Skip to content

Commit 77dbf00

Browse files
authored
version update (#972)
1 parent ba96f0e commit 77dbf00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import "fmt"
44

55
const (
66
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
7+
VersionMinor = 0 // Minor version component of the current release
8+
VersionPatch = 4 // Patch version component of the current release
99
VersionMeta = "" // Version metadata to append to the version string
1010
)
1111

0 commit comments

Comments
 (0)