Skip to content

Commit 3e39118

Browse files
committed
internal/config/config.go: use DefaultVersion instead of version string directly
1 parent 0b6c9b7 commit 3e39118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ type Config struct {
9898
func New(path string) *Config {
9999
return &Config{
100100
Config: config.Config{
101-
Version: config.Version2,
101+
Version: DefaultVersion,
102102
},
103103
path: path,
104104
mustNotExist: true,

0 commit comments

Comments
 (0)