good morning!!!!

Skip to content
Snippets Groups Projects
Commit 037c8b9a authored by Jeffrey Wilcke's avatar Jeffrey Wilcke Committed by GitHub
Browse files

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

parent b19e5885
No related branches found
No related tags found
No related merge requests found
1.5.10 1.6.0
...@@ -20,8 +20,8 @@ import "fmt" ...@@ -20,8 +20,8 @@ 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 = 6 // Minor version component of the current release
VersionPatch = 10 // Patch 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 VersionMeta = "unstable" // Version metadata to append to the version string
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment