We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f87014e commit 230e02dCopy full SHA for 230e02d
ver.go
@@ -2,6 +2,6 @@ package main
2
3
const (
4
verMaj = 1
5
- verMin = 2
6
- verPatch = 2
+ verMin = 3
+ verPatch = 0
7
)
0 commit comments