From d1a4722349bfd063191e6cbf5206840e5eaf8e4e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 13 Sep 2026 09:52:34 +0000 Subject: [PATCH] Bump package versions to latest upstream releases --- versions.env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/versions.env b/versions.env index 59a504c..5d0b3b4 100644 --- a/versions.env +++ b/versions.env @@ -1,10 +1,10 @@ # Pinned upstream versions built and published by CI. # check-releases.yml compares these against the latest GitHub releases daily. -SERIALIZE_VERSION=1.15.0 -RELIABLE_VERSION=1.4.0 -NETCODE_VERSION=1.4.3 -YOJIMBO_VERSION=1.10.1 -SCHEMA_VERSION=2.0.0 +SERIALIZE_VERSION=1.17.0 +RELIABLE_VERSION=1.4.3 +NETCODE_VERSION=1.4.6 +YOJIMBO_VERSION=1.13.1 +SCHEMA_VERSION=2.5.0 # Go toolchain that builds the schema package, pinned like the packages # themselves. scripts/install-go.sh fetches the official tarball from go.dev