There was an error while loading. Please reload this page.
1 parent edbe934 commit 3486781Copy full SHA for 3486781
1 file changed
version/version.go
@@ -20,7 +20,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
20
const (
21
Major = 2
22
Minor = 1
23
- Patch = 3
+ Patch = 4
24
)
25
26
// Integer is an integer encoding of the major.minor.patch version.
0 commit comments