From 4a3c8dfaf044ae1b99b91b15ea373aca51b3892c Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Thu, 25 May 2017 08:11:01 -0700 Subject: [PATCH] add a version constant --- config.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.go b/config.go index 2c2d70b..3b63bae 100644 --- a/config.go +++ b/config.go @@ -43,6 +43,8 @@ import ( "sync" ) +const version = "0.1" + type configFinder func() string // UserSettings checks ~/.ssh and /etc/ssh for configuration files. The config