From 283e0f35844d82c284d112283e45b99a6c21e8de Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Tue, 8 Jun 2021 22:19:37 +0930 Subject: [PATCH] Bump version --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {