Skip to content

Commit 40dc3e0

Browse files
authored
Updated version to v1.0.6-patch.1.alpha.2 (#1114)
* Updated version to v1.0.6-patch.1-alpha.1 * Changed version to 1.0.6-patch.1.alpha.2
1 parent 059a7be commit 40dc3e0

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

1212
// Version holds the textual version string.

0 commit comments

Comments
 (0)