Skip to content

Commit 75b3eaa

Browse files
authoredAug 27, 2021
Merge pull request etclabscore#408 from etclabscore/release/v1.12.1
Release/v1.12.1
2 parents ada479a + ee80a93 commit 75b3eaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎params/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 12 // Minor version component of the current release
26-
VersionPatch = 1 // Patch version component of the current release
26+
VersionPatch = 2 // Patch version component of the current release
2727
VersionMeta = "unstable" // Version metadata to append to the version string
2828
VersionName = "CoreGeth"
2929
)

0 commit comments

Comments
 (0)
Please sign in to comment.