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