We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ada479a + ee80a93 commit 75b3eaaCopy full SHA for 75b3eaa
params/version.go
@@ -23,7 +23,7 @@ import (
23
const (
24
VersionMajor = 1 // Major version component of the current release
25
VersionMinor = 12 // Minor version component of the current release
26
- VersionPatch = 1 // Patch version component of the current release
+ VersionPatch = 2 // Patch version component of the current release
27
VersionMeta = "unstable" // Version metadata to append to the version string
28
VersionName = "CoreGeth"
29
)
0 commit comments