Update version to 1.6.2

This commit is contained in:
Alexey Khit
2023-07-20 23:40:43 +03:00
parent 9d4f4e1509
commit f196d83a14
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"gopkg.in/yaml.v3"
)
var Version = "1.6.1"
var Version = "1.6.2"
var UserAgent = "go2rtc/" + Version
var ConfigPath string