Skip to content

Commit dc5b77e

Browse files
authored
Merge pull request #1546 from lsm5/release-5.19.3-bump
Release 5.19.3 bump
2 parents 50dba28 + 5682ca6 commit dc5b77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const (
88
// VersionMinor is for functionality in a backwards-compatible manner
99
VersionMinor = 19
1010
// VersionPatch is for backwards-compatible bug fixes
11-
VersionPatch = 3
11+
VersionPatch = 4
1212

1313
// VersionDev indicates development branch. Releases will be empty string.
1414
VersionDev = "-dev"

0 commit comments

Comments
 (0)