Skip to content

Commit fc5dd12

Browse files
authored
updated version to v1.0.7-alpha.1 (#1130)
1 parent 0d307a3 commit fc5dd12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/version.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ package core
33
import "fmt"
44

55
const (
6-
VersionMajor = 1 // Major version component of the current release
7-
VersionMinor = 0 // Minor version component of the current release
8-
VersionPatch = 7 // Patch version component of the current release
9-
VersionMeta = "alpha" // Version metadata to append to the version string
6+
VersionMajor = 1 // Major version component of the current release
7+
VersionMinor = 0 // Minor version component of the current release
8+
VersionPatch = 7 // Patch version component of the current release
9+
VersionMeta = "alpha.1" // Version metadata to append to the version string
1010
)
1111

1212
// Version holds the textual version string.

0 commit comments

Comments
 (0)