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