diff --git a/RELEASES.md b/RELEASES.md index 6a088dac32..bbe2c02a09 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,5 +1,8 @@ # Release Notes +## [v0.14.1](https://github.com/ava-labs/coreth/releases/tag/v0.14.1) +- TBD + ## [v0.14.0](https://github.com/ava-labs/coreth/releases/tag/v0.14.0) - Minor version update to correspond to avalanchego v1.12.0 / Etna. - Remove unused historical opcodes CALLEX, BALANCEMC diff --git a/plugin/evm/version.go b/plugin/evm/version.go index b4772b640e..e4b93c457e 100644 --- a/plugin/evm/version.go +++ b/plugin/evm/version.go @@ -11,7 +11,7 @@ var ( // GitCommit is set by the build script GitCommit string // Version is the version of Coreth - Version string = "v0.14.0" + Version string = "v0.14.1" ) func init() {