提交 da2a22c3 编写于 作者: F Felix Lange

params: stable 1.5.7

上级 0fa9a892
...@@ -19,10 +19,10 @@ package params ...@@ -19,10 +19,10 @@ package params
import "fmt" import "fmt"
const ( const (
VersionMajor = 1 // Major version component of the current release VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release VersionMinor = 5 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release VersionPatch = 7 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string VersionMeta = "stable" // Version metadata to append to the version string
) )
// Version holds the textual version string. // Version holds the textual version string.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册