Skip to content

Commit

Permalink
chore: release v2.1.0-rc1 (#1657)
Browse files Browse the repository at this point in the history
  • Loading branch information
LexLuthr committed Aug 30, 2023
1 parent 2412aa6 commit 0cd9d5d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
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 @@ -31,7 +31,7 @@ func BuildTypeString() string {
}
}

const BuildVersion = "2.0.0-rc1"
const BuildVersion = "2.1.0-rc1"

func UserVersion() string {
return BuildVersion + BuildTypeString() + CurrentCommit
Expand Down
2 changes: 1 addition & 1 deletion extern/boostd-data/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func BuildTypeString() string {
}
}

const BuildVersion = "1.4.0"
const BuildVersion = "1.5.0"

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

0 comments on commit 0cd9d5d

Please sign in to comment.