prepare for 0.3.0 release

This commit is contained in:
Drew Weymouth
2023-05-24 17:42:38 -07:00
parent bae6b167c7
commit c3430c9c85
2 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.2.0"
appVersion = "0.3.0"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"