From d23e31c0e057c92f80fcac48f987502c2e692264 Mon Sep 17 00:00:00 2001 From: Justin Hawkins Date: Fri, 4 Jun 2021 10:42:26 +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 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() {