We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7437c3b commit 1929268Copy full SHA for 1929268
version/version.go
@@ -27,7 +27,7 @@ const (
27
const (
28
Major uint = 2
29
Minor uint = 0
30
- Patch uint = 10
+ Patch uint = 11
31
)
32
33
var (
0 commit comments