From 81db2a75821ed34e682567d48be488a1c3121088 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 30 Aug 2018 14:53:28 -0600 Subject: [PATCH] 0.5 --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 93a9513..f400cef 100644 --- a/config.go +++ b/config.go @@ -43,7 +43,7 @@ import ( "sync" ) -const version = "0.4" +const version = "0.5" type configFinder func() string