Преглед изворни кода

VERSION, params: begin 1.6.1 release cycle

Péter Szilágyi пре 8 година
родитељ
комит
c7a4d9cf8a
2 измењених фајлова са 5 додато и 5 уклоњено
  1. 1 1
      VERSION
  2. 4 4
      params/version.go

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.6.0
+1.6.1

+ 4 - 4
params/version.go

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