Bump version

This commit is contained in:
Justin Hawkins 2021-06-08 22:19:37 +09:30
parent 9ef6ab71c7
commit 283e0f3584

View File

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