Skip to content

Commit 144d945

Browse files
authored
Merge pull request #155 from xiekeyang/bump-version
Bump version v0.2.0
2 parents d1c4a10 + 54ab034 commit 144d945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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

0 commit comments

Comments
 (0)