Skip to content

Commit 8e426e3

Browse files
committed
bump version to 1.0.1
1 parent 61e8a81 commit 8e426e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
"gopkg.in/yaml.v2"
1313
)
1414

15-
const LatestVersion = "1.0.0"
15+
const LatestVersion = "1.0.1"
1616

1717
// Config The configuration of the CLI
1818
type Config struct {

0 commit comments

Comments
 (0)