Skip to content

Commit 499c7fb

Browse files
committed
geth 1.9.2-evmc.6.3.0-0
1 parent ef8eb8c commit 499c7fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

params/version.go

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ var Version = func() string {
3535
// VersionWithMeta holds the textual version string including the metadata.
3636
var VersionWithMeta = func() string {
3737
v := Version
38+
v += "-evmc.6.3.0-0"
3839
if VersionMeta != "" {
3940
v += "-" + VersionMeta
4041
}

0 commit comments

Comments
 (0)