prepare for 0.5.2 release

This commit is contained in:
Drew Weymouth
2023-09-18 09:02:26 -07:00
parent d04a07bf16
commit 3321540bd3
3 changed files with 21 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.5.1"
appVersion = "0.5.2"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"