Skip to content

Commit 0cd9d5d

Browse files
authored
chore: release v2.1.0-rc1 (#1657)
1 parent 2412aa6 commit 0cd9d5d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build/openrpc/boost.json.gz

0 Bytes
Binary file not shown.

build/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ func BuildTypeString() string {
3131
}
3232
}
3333

34-
const BuildVersion = "2.0.0-rc1"
34+
const BuildVersion = "2.1.0-rc1"
3535

3636
func UserVersion() string {
3737
return BuildVersion + BuildTypeString() + CurrentCommit

extern/boostd-data/build/build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ func BuildTypeString() string {
4040
}
4141
}
4242

43-
const BuildVersion = "1.4.0"
43+
const BuildVersion = "1.5.0"
4444

4545
func UserVersion() string {
4646
return BuildVersion + BuildTypeString() + CurrentCommit

0 commit comments

Comments
 (0)