preparing for 0.1.0 release

This commit is contained in:
Drew Weymouth
2023-04-22 08:11:28 -07:00
parent 737dd9bf5d
commit f8127d7e00
3 changed files with 20 additions and 43 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.1.0-beta"
appVersion = "0.1.0"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"