Skip to content

Commit

Permalink
Begin v1.9.14 release cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Apr 7, 2020
1 parent fcc9e0d commit 022affc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Expand Up @@ -23,8 +23,8 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 9 // Minor version component of the current release
VersionPatch = 13 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionPatch = 14 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionName = "MultiGeth"
)

Expand Down

0 comments on commit 022affc

Please sign in to comment.