Skip to content

Commit 6f0b006

Browse files
authored
updated version to 1.0.6-alpha.4 (#1096)
1 parent 6c09568 commit 6f0b006

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 = 6 // Patch version component of the current release
9-
VersionMeta = "alpha.3" // Version metadata to append to the version string
9+
VersionMeta = "alpha.4" // Version metadata to append to the version string
1010
)
1111

1212
// Version holds the textual version string.

0 commit comments

Comments
 (0)