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