From fa48d7ff1cfb9f26c514b80d520880394293bf08 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 25 May 2017 08:11:05 -0700 Subject: [PATCH] 0.2 --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index 3b63bae..97c319d 100644 --- a/config.go +++ b/config.go @@ -43,7 +43,7 @@ import ( "sync" ) -const version = "0.1" +const version = "0.2" type configFinder func() string