Skip to content

Commit 6a828f6

Browse files
committed
version bump v1.0.0
1 parent e250d11 commit 6a828f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.go

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

55
// Version component constants for the current build.
66
const (
7-
VersionMajor = 0
8-
VersionMinor = 1
7+
VersionMajor = 1
8+
VersionMinor = 0
99
VersionPatch = 0
10-
VersionReleaseLevel = "alpha"
10+
VersionReleaseLevel = ""
1111
VersionReleaseNumber = 1
1212
)
1313

0 commit comments

Comments
 (0)