diff --git a/config/version.go b/config/version.go index 1dba93169b89..131b5734afbb 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.3.5" +const CurrentVersionNumber = "0.3.6" // Version regulates checking if the most recent version is run type Version struct {