Skip to content

Commit 78c04c9

Browse files
committed
params, VERSION: 1.6.7 unstable
1 parent 10a45cb commit 78c04c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.6
1+
1.6.7

params/version.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
const (
24-
VersionMajor = 1 // Major version component of the current release
25-
VersionMinor = 6 // Minor version component of the current release
26-
VersionPatch = 6 // Patch version component of the current release
27-
VersionMeta = "stable" // Version metadata to append to the version string
24+
VersionMajor = 1 // Major version component of the current release
25+
VersionMinor = 6 // Minor version component of the current release
26+
VersionPatch = 7 // Patch version component of the current release
27+
VersionMeta = "unstable" // Version metadata to append to the version string
2828
)
2929

3030
// Version holds the textual version string.

0 commit comments

Comments
 (0)