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