Skip to content

Commit

Permalink
params: bump version from 1.12.0-rc1+ to 1.12.0-rc2
Browse files Browse the repository at this point in the history
Date: 2021-05-25 14:01:52-05:00
Signed-off-by: meows <[email protected]>
  • Loading branch information
meowsbits committed May 25, 2021
1 parent c63ab48 commit 895406f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 12 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "rc1+" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 12 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "rc2" // Version metadata to append to the version string
VersionName = "CoreGeth"
)

Expand Down

0 comments on commit 895406f

Please sign in to comment.