From 2335b3541202216b1f048aee0f0ea4c3e40e2121 Mon Sep 17 00:00:00 2001 From: algo-devops-service <80971703+Algo-devops-service@users.noreply.github.com> Date: Mon, 20 May 2024 12:03:09 -0400 Subject: [PATCH] CICD: go-algorand relstable3.24.0-remerge mergeback (#6002) Co-authored-by: John Lee <64482439+algojohnlee@users.noreply.github.com> --- config/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/version.go b/config/version.go index 643ac34e86..8716fbcdcb 100644 --- a/config/version.go +++ b/config/version.go @@ -33,7 +33,7 @@ const VersionMajor = 3 // VersionMinor is the Minor semantic version number (x.#.z) - changed when backwards-compatible features are introduced. // Not enforced until after initial public release (x > 0). -const VersionMinor = 24 +const VersionMinor = 25 // Version is the type holding our full version information. type Version struct {