We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fc97efa + bc52039 commit 2547cc6Copy full SHA for 2547cc6
version.go
@@ -42,17 +42,17 @@ const (
42
AppMajor uint = 0
43
44
// AppMinor defines the minor version of this binary.
45
- AppMinor uint = 3
+ AppMinor uint = 4
46
47
// AppPatch defines the application patch for this binary.
48
- AppPatch uint = 2
+ AppPatch uint = 0
49
50
// AppStatus defines the release status of this binary (e.g. beta).
51
AppStatus = "alpha"
52
53
// AppPreRelease defines the pre-release version of this binary.
54
// It MUST only contain characters from the semantic versioning spec.
55
- AppPreRelease = ""
+ AppPreRelease = "rc1"
56
57
// GitTagIncludeStatus indicates whether the status should be included
58
// in the git tag name.
0 commit comments