diff --git a/config/config.go b/config/config.go index 4e5a970..551e9b9 100644 --- a/config/config.go +++ b/config/config.go @@ -22,7 +22,7 @@ var Config struct { Exclude string } -const CurrentVersion string = "0.9" +const CurrentVersion string = "0.10" // Load the current config or initialise with defaults func LoadOrInit() {