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