We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba96f0e commit 77dbf00Copy full SHA for 77dbf00
core/version.go
@@ -4,8 +4,8 @@ import "fmt"
4
5
const (
6
VersionMajor = 1 // Major version component of the current release
7
- VersionMinor = 2 // Minor version component of the current release
8
- VersionPatch = 0 // Patch version component of the current release
+ VersionMinor = 0 // Minor version component of the current release
+ VersionPatch = 4 // Patch version component of the current release
9
VersionMeta = "" // Version metadata to append to the version string
10
)
11
0 commit comments