gearing up for alpha2 release :)

This commit is contained in:
Drew Weymouth
2023-03-17 18:36:46 -07:00
parent 45604eecb6
commit 3afc22bf79
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.0.1-alpha1"
appVersion = "0.0.1-alpha2"
configFile = "config.toml"
)