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