Skip to content

Commit 418cfe2

Browse files
committed
Bump to v3.0.2
Signed-off-by: Matthew Heon <[email protected]>
1 parent 3bd24bd commit 418cfe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
// NOTE: remember to bump the version at the top
99
// of the top-level README.md file when this is
1010
// bumped.
11-
var Version = semver.MustParse("3.0.2-dev")
11+
var Version = semver.MustParse("3.0.2")
1212

1313
// APIVersion is the version for the remote
1414
// client API. It is used to determine compatibility

0 commit comments

Comments
 (0)