Prechádzať zdrojové kódy

prepare for release 1.0.2

fudongbai 5 rokov pred
rodič
commit
397f6f6108
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      params/version.go

+ 4 - 4
params/version.go

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