prepare for 0.5.0 release

This commit is contained in:
Drew Weymouth
2023-07-15 11:14:57 -07:00
parent b2ce80b44a
commit c7f58a8a38
3 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.4.0"
appVersion = "0.5.0"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"