From c91ecfa2de81738e49998c81c7ca41788a60ee21 Mon Sep 17 00:00:00 2001 From: ucwong Date: Thu, 2 Oct 2025 19:09:12 +0800 Subject: [PATCH] unstable 1.10.67 --- version/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version/version.go b/version/version.go index 8f018c7d23..dca5b5468d 100644 --- a/version/version.go +++ b/version/version.go @@ -21,10 +21,10 @@ import ( ) const ( - Major = 1 // Major version component of the current release - Minor = 10 // Minor version component of the current release - Patch = 66 // Patch version component of the current release - Meta = "stable" // Version metadata to append to the version string + Major = 1 // Major version component of the current release + Minor = 10 // Minor version component of the current release + Patch = 67 // Patch version component of the current release + Meta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string.