Skip to content

Commit

Permalink
geth 1.9.2-evmc.6.3.0-0
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Aug 14, 2019
1 parent ef8eb8c commit 499c7fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ var Version = func() string {
// VersionWithMeta holds the textual version string including the metadata.
var VersionWithMeta = func() string {
v := Version
v += "-evmc.6.3.0-0"
if VersionMeta != "" {
v += "-" + VersionMeta
}
Expand Down

0 comments on commit 499c7fb

Please sign in to comment.