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