From 161e79d09aad6ae6731c559fe5a784e75e5bcf38 Mon Sep 17 00:00:00 2001 From: ucwong Date: Fri, 22 Nov 2024 17:15:17 +0800 Subject: [PATCH] 1.10.62 unstable --- version/version.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/version/version.go b/version/version.go index 241740fc7b..7fbd23a8f1 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 = 61 // 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 = 62 // Patch version component of the current release + Meta = "unstable" // Version metadata to append to the version string ) // Version holds the textual version string.