We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef8eb8c commit 499c7fbCopy full SHA for 499c7fb
params/version.go
@@ -35,6 +35,7 @@ var Version = func() string {
35
// VersionWithMeta holds the textual version string including the metadata.
36
var VersionWithMeta = func() string {
37
v := Version
38
+ v += "-evmc.6.3.0-0"
39
if VersionMeta != "" {
40
v += "-" + VersionMeta
41
}
0 commit comments