Skip to content

Commit 7f64331

Browse files
author
Zhou Hao
committed
version: bump to v1.0.0-rc1
Signed-off-by: Zhou Hao <zhouhao@cn.fujitsu.com>
1 parent df4499a commit 7f64331

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"
2929
)
3030

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

0 commit comments

Comments
 (0)