Bump version

This commit is contained in:
Justin Hawkins 2021-06-04 10:42:26 +09:30
parent 9cb79a846e
commit d23e31c0e0

View File

@ -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() {