Skip to content

Commit 8d9d62d

Browse files
authored
Updated version to v1.0.5 (#1033)
1 parent d1b6b6b commit 8d9d62d

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 = 5 // Patch version component of the current release
9-
VersionMeta = "beta-patch1" // 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 = 5 // Patch version component of the current release
9+
VersionMeta = "" // Version metadata to append to the version string
1010
)
1111

1212
// Version holds the textual version string.

0 commit comments

Comments
 (0)