Skip to content

Commit c410e32

Browse files
authored
updated version to v1.0.7-alpha.2 (#1139)
1 parent 1e2a2ff commit c410e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const (
66
VersionMajor = 1 // Major version component of the current release
77
VersionMinor = 0 // Minor version component of the current release
88
VersionPatch = 7 // Patch version component of the current release
9-
VersionMeta = "alpha.1" // Version metadata to append to the version string
9+
VersionMeta = "alpha.2" // Version metadata to append to the version string
1010
)
1111

1212
// Version holds the textual version string.

0 commit comments

Comments
 (0)