prepare for 0.2.0 release

This commit is contained in:
Drew Weymouth
2023-05-05 08:33:47 -07:00
parent 6e4845a16e
commit e212484d00
3 changed files with 25 additions and 16 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
const (
appname = "supersonic"
displayName = "Supersonic"
appVersion = "0.1.0"
appVersion = "0.2.0"
appVersionTag = "v" + appVersion
configFile = "config.toml"
latestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"