Skip to content

Commit 8b53abe

Browse files
authored
Merge pull request #1440 from estroz/bugfix/correct-default-version
internal/config/config.go: use `DefaultVersion` instead of `config.Version2`
2 parents 0b6c9b7 + 3e39118 commit 8b53abe

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)