add util func to get latest version tag

This commit is contained in:
Drew Weymouth
2023-03-30 19:16:01 -07:00
parent 5af7744e2d
commit 2d7e633690
2 changed files with 21 additions and 2 deletions
+3 -2
View File
@@ -16,8 +16,9 @@ import (
)
const (
AppName = "supersonic"
configFile = "config.toml"
AppName = "supersonic"
configFile = "config.toml"
LatestReleaseURL = "https://github.com/dweymouth/supersonic/releases/latest"
)
var (