diff --git a/plugin/evm/version.go b/plugin/evm/version.go index 473f3ed626..9a76110656 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.13.1" + Version string = "v0.13.2" ) func init() {