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.
1 parent 9074d7f commit 650a7c0Copy full SHA for 650a7c0
version/version.go
@@ -19,7 +19,7 @@ const semverAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrst
19
const (
20
Major = 2
21
Minor = 0
22
- Patch = 3
+ Patch = 4
23
)
24
25
// Integer is an integer encoding of the major.minor.patch version.
0 commit comments