Skip to content

Commit

Permalink
Bump version in preparation to release 1.2.0-rc2 (#644)
Browse files Browse the repository at this point in the history
Bump go build constant version to rc2.
  • Loading branch information
masih authored Jul 7, 2022
1 parent 75a91d3 commit 05cd23c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/openrpc/boost.json.gz
Binary file not shown.
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-rc1"
const BuildVersion = "1.2.0-rc2"

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

0 comments on commit 05cd23c

Please sign in to comment.