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