Commit 037c8b9a authored by Jeffrey Wilcke's avatar Jeffrey Wilcke Committed by GitHub

VERSION, params: bumped unstable version to 1.6 (#3685)

parent b19e5885
......@@ -20,8 +20,8 @@ import "fmt"
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 10 // Patch 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 = "unstable" // Version metadata to append to the version string
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment