Skip to content

Commit

Permalink
Bump verion to v0.8.14 (#866)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald authored Jul 20, 2022
1 parent 812a9ba commit 6318cf3
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.8.13"
Version string = "v0.8.14"
)

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

# Set up the versions to be used
coreth_version=${CORETH_VERSION:-'v0.8.13'}
coreth_version=${CORETH_VERSION:-'v0.8.14'}
# Don't export them as they're used in the context of other calls
avalanche_version=${AVALANCHE_VERSION:-'v1.7.14-rc.8'}

0 comments on commit 6318cf3

Please sign in to comment.