diff --git a/repo/config/version.go b/repo/config/version.go index 0a352e698..137a5cac2 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.7" +const CurrentVersionNumber = "0.3.8-dev" // Version regulates checking if the most recent version is run type Version struct {