From 9094551ded27cd7745a5d7ddb071aa598997041e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 09:35:11 +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..de10cc7 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.5 +NETCODE_VERSION=1.4.8 +YOJIMBO_VERSION=1.13.5 +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