Prepare for 0.6.0 release

This commit is contained in:
Drew Weymouth
2023-10-23 07:51:41 -07:00
parent b670eef1fb
commit 7ef1dc1b63
5 changed files with 24 additions and 25 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.5.2"
appVersion = "0.6.0"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"