prepare for 0.5.1 bug fix release

This commit is contained in:
Drew Weymouth
2023-07-17 17:12:23 -07:00
parent 5bb65ee6aa
commit 69fa726894
3 changed files with 7 additions and 16 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.5.0"
appVersion = "0.5.1"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"