We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd24bd commit 418cfe2Copy full SHA for 418cfe2
version/version.go
@@ -8,7 +8,7 @@ import (
8
// NOTE: remember to bump the version at the top
9
// of the top-level README.md file when this is
10
// bumped.
11
-var Version = semver.MustParse("3.0.2-dev")
+var Version = semver.MustParse("3.0.2")
12
13
// APIVersion is the version for the remote
14
// client API. It is used to determine compatibility
0 commit comments