Skip to content

Commit bd89f08

Browse files
authored
Merge pull request #1451 from mtrmac/v5.19.0
v5.19.0
2 parents bd97b58 + 6ae7764 commit bd89f08

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
@@ -6,7 +6,7 @@ const (
66
// VersionMajor is for an API incompatible changes
77
VersionMajor = 5
88
// VersionMinor is for functionality in a backwards-compatible manner
9-
VersionMinor = 18
9+
VersionMinor = 19
1010
// VersionPatch is for backwards-compatible bug fixes
1111
VersionPatch = 1
1212

0 commit comments

Comments
 (0)