prepare for beta release

This commit is contained in:
Drew Weymouth
2023-04-01 11:26:05 -07:00
parent e2ef6ea468
commit 553101677f
4 changed files with 15 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.0.1-alpha2"
appVersion = "0.1.0-beta"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"