Update version to 1.3.1

This commit is contained in:
Alexey Khit
2023-03-26 15:00:47 +03:00
parent cdb3ee45cf
commit 71051e7dcf
+1 -1
View File
@@ -16,7 +16,7 @@ import (
"gopkg.in/yaml.v3"
)
var Version = "1.3.0"
var Version = "1.3.1"
var UserAgent = "go2rtc/" + Version
var ConfigPath string