Skip to content

Commit c95f76c

Browse files
author
Zhou Hao
authored
Merge pull request #198 from q384566678/release-1.0-rc1
Bump version to v1.0.0-rc1
2 parents df4499a + 26b43c4 commit c95f76c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version/version.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ import "fmt"
1818

1919
const (
2020
// VersionMajor is for an API incompatible changes
21-
VersionMajor = 0
21+
VersionMajor = 1
2222
// VersionMinor is for functionality in a backwards-compatible manner
23-
VersionMinor = 3
23+
VersionMinor = 0
2424
// VersionPatch is for backwards-compatible bug fixes
2525
VersionPatch = 0
2626

2727
// VersionDev indicates development branch. Releases will be empty string.
28-
VersionDev = "-dev"
28+
VersionDev = "-rc1-dev"
2929
)
3030

3131
// Version is the specification version that the package types support.

0 commit comments

Comments
 (0)