Explorar o código

prepare for 1.0.0-beta.1 (#20)

zjubfd %!s(int64=5) %!d(string=hai) anos
pai
achega
5cc893a5e4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      params/version.go

+ 1 - 1
params/version.go

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