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