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