diff --git a/config/version.go b/config/version.go index feb354b189e..8a659cd684b 100644 --- a/config/version.go +++ b/config/version.go @@ -8,7 +8,7 @@ import ( ) // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.1.5" +const CurrentVersionNumber = "0.1.6" // Version regulates checking if the most recent version is run type Version struct {