diff --git a/app/version/version.go b/app/version/version.go index b1c9b27aa5..078de59b3f 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.10-dev" +var version = "v1.10-rc" // Version is the branch version of the codebase. // - Main branch: v0.X-dev