Prepare for 0.7.0 release

This commit is contained in:
Drew Weymouth
2023-11-07 07:56:38 -08:00
parent 4bbda87634
commit 4cb9bcd86f
4 changed files with 30 additions and 9 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import (
const (
AppName = "supersonic"
DisplayName = "Supersonic"
AppVersion = "0.6.0"
AppVersion = "0.7.0"
AppVersionTag = "v" + AppVersion
ConfigFile = "config.toml"
GithubURL = "https://github.com/dweymouth/supersonic"