We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50dba28 + 5682ca6 commit dc5b77eCopy full SHA for dc5b77e
version/version.go
@@ -8,7 +8,7 @@ const (
8
// VersionMinor is for functionality in a backwards-compatible manner
9
VersionMinor = 19
10
// VersionPatch is for backwards-compatible bug fixes
11
- VersionPatch = 3
+ VersionPatch = 4
12
13
// VersionDev indicates development branch. Releases will be empty string.
14
VersionDev = "-dev"
0 commit comments