Bump version

This commit is contained in:
Justin Hawkins 2021-02-07 22:05:49 +10:30
parent 287efab257
commit 942f81a378

View File

@ -18,7 +18,7 @@ var Config struct {
Exclude string Exclude string
} }
const CurrentVersion string = "0.6" const CurrentVersion string = "0.7"
// Load the current config or initialise with defaults // Load the current config or initialise with defaults
func LoadOrInit() { func LoadOrInit() {