Update version to 1.7.0

This commit is contained in:
Alexey Khit
2023-09-02 16:05:09 +03:00
parent 88fb589d2e
commit fc1b6af436
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"github.com/rs/zerolog/log"
)
var Version = "1.6.2"
var Version = "1.7.0"
var UserAgent = "go2rtc/" + Version
var ConfigPath string