Update version to 1.6.1

This commit is contained in:
Alexey Khit
2023-07-20 08:12:10 +03:00
parent 966fbe7d61
commit a8526ae4eb
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"gopkg.in/yaml.v3"
)
var Version = "1.6.0"
var Version = "1.6.1"
var UserAgent = "go2rtc/" + Version
var ConfigPath string