We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b650823 commit 47e1642Copy full SHA for 47e1642
.version
@@ -1,5 +1,5 @@
1
{
2
- "major": 0,
3
- "minor": 282,
4
- "patch": 4
+ "major": 1,
+ "minor": 0,
+ "patch": 0
5
}
api/version.go
@@ -25,11 +25,11 @@ type Version struct {
25
// These values are set during build time
26
var (
27
// Major version number
28
- VersionMajor = "0"
+ VersionMajor = "1"
29
// Minor version number
30
- VersionMinor = "282"
+ VersionMinor = "0"
31
// Patch version number
32
- VersionPatch = "4"
+ VersionPatch = "0"
33
// GitCommit is the git commit hash from build
34
GitCommit = "development"
35
// BuildDate is the build timestamp
0 commit comments