Update version to 1.8.0

This commit is contained in:
Alex X
2023-10-14 17:19:06 +03:00
parent 548d8133eb
commit 6f2af78392
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"github.com/rs/zerolog/log"
)
var Version = "1.7.1"
var Version = ""
var UserAgent = "go2rtc/" + Version
var ConfigPath string
+2
View File
@@ -34,6 +34,8 @@ import (
)
func main() {
app.Version = "1.8.0"
// 1. Core modules: app, api/ws, streams
app.Init() // init config and logs