Skip to content

Commit 8a7edaa

Browse files
committed
release 1.0.0
1 parent d92b1f8 commit 8a7edaa

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
@@ -13,7 +13,7 @@ import (
1313
"gopkg.in/yaml.v2"
1414
)
1515

16-
const LatestVersion = "0.4.0"
16+
const LatestVersion = "1.0.0"
1717

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

0 commit comments

Comments
 (0)