Skip to content

Commit

Permalink
bump the version to v1.3.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr authored Jul 21, 2022
1 parent e4a20a3 commit 5e2ff79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package build

var CurrentCommit string

const BuildVersion = "1.2.0"
const BuildVersion = "1.3.0-rc1"

func UserVersion() string {
return BuildVersion + CurrentCommit
Expand Down

0 comments on commit 5e2ff79

Please sign in to comment.