params, VERSION: v1.6.8 unstable

pull/14799/head
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 ( const (
VersionMajor = 1 // Major version component of the current release VersionMajor = 1 // Major version component of the current release
VersionMinor = 6 // Minor version component of the current release VersionMinor = 6 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release VersionPatch = 8 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string VersionMeta = "unstable" // Version metadata to append to the version string
) )
// Version holds the textual version string. // Version holds the textual version string.

Loading…
Cancel
Save