From f762d39eb854dec5db790d2cd1c4fbdac5de0926 Mon Sep 17 00:00:00 2001 From: Andrei Smirnov Date: Fri, 18 Oct 2024 12:06:38 +0300 Subject: [PATCH] app/version: v1.2-rc --- app/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/version/version.go b/app/version/version.go index 8fdc5c540..0e1174dab 100644 --- a/app/version/version.go +++ b/app/version/version.go @@ -15,7 +15,7 @@ import ( ) // version a string since it is overwritten at build-time with the git tag for official releases. -var version = "v1.1-rc" +var version = "v1.2-rc" // Version is the branch version of the codebase. // - Main branch: v0.X-dev