Update version to 1.7.1

This commit is contained in:
Alexey Khit
2023-09-10 20:19:20 +03:00
parent 28f5c2b974
commit c8ac6b2271
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"github.com/rs/zerolog/log"
)
var Version = "1.7.0"
var Version = "1.7.1"
var UserAgent = "go2rtc/" + Version
var ConfigPath string