diff --git a/repo/config/version.go b/repo/config/version.go index 140a6588b..1dba93169 100644 --- a/repo/config/version.go +++ b/repo/config/version.go @@ -8,7 +8,7 @@ import ( ) // CurrentVersionNumber is the current application's version literal -const CurrentVersionNumber = "0.3.4" +const CurrentVersionNumber = "0.3.5" // Version regulates checking if the most recent version is run type Version struct {