Skip to content

Commit

Permalink
refactor: up the fallback version to 0.19.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoksr committed Jun 4, 2020
1 parent aee08f8 commit 2b1b4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func InitConfig(path, version string, forceUpdate bool) (string, error) {
}
}

fallbackVersion := "0.18.1"
fallbackVersion := "0.19.2"

// Representation of default config folder
cf := &configFolder{
Expand Down

0 comments on commit 2b1b4a4

Please sign in to comment.