Skip to content

Commit

Permalink
bump to 1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
aerth committed Aug 5, 2019
1 parent 70aee89 commit 97e6680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.7.9
1.7.10
8 changes: 4 additions & 4 deletions params/version.go
Expand Up @@ -22,10 +22,10 @@ import (
)

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 7 // Minor version component of the current release
VersionPatch = 10 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionMajor = 1 // Major version component of the current release
VersionMinor = 7 // Minor version component of the current release
VersionPatch = 10 // Patch version component of the current release
VersionMeta = "devel" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 97e6680

Please sign in to comment.