prepare for 0.3.1 release

This commit is contained in:
Drew Weymouth
2023-06-03 10:22:06 -07:00
parent 0fc7385970
commit 6d5900b692
3 changed files with 10 additions and 26 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.3.0"
appVersion = "0.3.1"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"