We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0a41d9 commit 1467c79Copy full SHA for 1467c79
core/version.go
@@ -5,7 +5,7 @@ import "fmt"
5
const (
6
VersionMajor = 2 // Major version component of the current release
7
VersionMinor = 1 // Minor version component of the current release
8
- VersionPatch = 0 // Patch version component of the current release
+ VersionPatch = 1 // Patch version component of the current release
9
VersionMeta = "" // Version metadata to append to the version string
10
)
11
0 commit comments