Skip to content

Commit 05cd23c

Browse files
authored
Bump version in preparation to release 1.2.0-rc2 (#644)
Bump go build constant version to rc2.
1 parent 75a91d3 commit 05cd23c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

build/openrpc/boost.json.gz

0 Bytes
Binary file not shown.

build/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package build
22

33
var CurrentCommit string
44

5-
const BuildVersion = "1.2.0-rc1"
5+
const BuildVersion = "1.2.0-rc2"
66

77
func UserVersion() string {
88
return BuildVersion + CurrentCommit

0 commit comments

Comments
 (0)