Skip to content

Commit

Permalink
app/version: v1.1 from dev to rc (#3211)
Browse files Browse the repository at this point in the history
Change version of branch `main-v1.1` from `v1.1-dev` to `v1.1-rc`.

category: misc
ticket: none
  • Loading branch information
KaloyanTanev authored Aug 1, 2024
1 parent b5c31b1 commit a193f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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-dev"
var version = "v1.1-rc"

// Version is the branch version of the codebase.
// - Main branch: v0.X-dev
Expand Down

0 comments on commit a193f84

Please sign in to comment.