prepare for 0.4.0 release

This commit is contained in:
Drew Weymouth
2023-06-24 15:56:15 -07:00
parent 9aeab2fb38
commit 47a7f065cb
3 changed files with 20 additions and 11 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.3.1"
appVersion = "0.4.0"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"