Update version to 1.6.0

This commit is contained in:
Alexey Khit
2023-07-11 07:48:51 +03:00
parent 1e0952be86
commit b5d40caffc
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"gopkg.in/yaml.v3"
)
var Version = "1.5.0"
var Version = "1.6.0"
var UserAgent = "go2rtc/" + Version
var ConfigPath string