Skip to content

Commit 4d9a2b8

Browse files
authored
Update config.go
1 parent b830667 commit 4d9a2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: internal/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/spf13/viper"
1818
)
1919

20-
const VERSION = "1.7.2"
20+
const VERSION = "1.7.3"
2121

2222
type OptionMap map[string][]interface{}
2323
type Options map[string]OptionMap

0 commit comments

Comments
 (0)