We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e878704 commit ac3c328Copy full SHA for ac3c328
1 file changed
version.go
@@ -4,7 +4,7 @@ import "fmt"
4
5
// nolint: gochecknoglobals
6
var (
7
- version = "0.0.0-dev"
+ version = "0.1.0"
8
commit = ""
9
date = ""
10
)
0 commit comments