Skip to content

Commit

Permalink
bump version to v0.12.2 (#1265)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored May 24, 2023
1 parent 6baea8d commit 6aec257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugin/evm/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var (
// GitCommit is set by the build script
GitCommit string
// Version is the version of Coreth
Version string = "v0.12.1"
Version string = "v0.12.2"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion scripts/versions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

# Don't export them as they're used in the context of other calls
avalanche_version=${AVALANCHE_VERSION:-'v1.9.16'}
avalanche_version=${AVALANCHE_VERSION:-'v1.10.2'}

0 comments on commit 6aec257

Please sign in to comment.