We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d92b1f8 commit 8a7edaaCopy full SHA for 8a7edaa
config/config.go
@@ -13,7 +13,7 @@ import (
13
"gopkg.in/yaml.v2"
14
)
15
16
-const LatestVersion = "0.4.0"
+const LatestVersion = "1.0.0"
17
18
// The configuration of the CLI
19
type Config struct {
0 commit comments