Skip to content

Commit

Permalink
internal/config/config.go: use DefaultVersion instead of version stri…
Browse files Browse the repository at this point in the history
…ng directly
  • Loading branch information
estroz committed Mar 20, 2020
1 parent 0b6c9b7 commit 3e39118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type Config struct {
func New(path string) *Config {
return &Config{
Config: config.Config{
Version: config.Version2,
Version: DefaultVersion,
},
path: path,
mustNotExist: true,
Expand Down

0 comments on commit 3e39118

Please sign in to comment.