Skip to content

Commit 7f277bf

Browse files
author
xiekeyang
committed
version: bump version to v0.2.0
Signed-off-by: xiekeyang <xiekeyang@huawei.com>
1 parent d1c4a10 commit 7f277bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ const (
2020
// VersionMajor is for an API incompatible changes
2121
VersionMajor = 0
2222
// VersionMinor is for functionality in a backwards-compatible manner
23-
VersionMinor = 1
23+
VersionMinor = 2
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 = ""
2929
)
3030

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

0 commit comments

Comments
 (0)