params, VERSION: v1.6.8 unstable

release/1.7
Felix Lange 7 years ago
parent ab5646c532
commit bf468a81ec
  1. 2
      VERSION
  2. 4
      params/version.go

@ -1 +1 @@
1.6.7
1.6.8

@ -23,8 +23,8 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 6 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionPatch = 8 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.

Loading…
Cancel
Save