Update version to 1.0.1

This commit is contained in:
Alexey Khit
2023-01-24 22:29:15 +03:00
parent 3fb8d9af66
commit 3acea1ed5a
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"time"
)
var Version = "1.0.0"
var Version = "1.0.1"
var UserAgent = "go2rtc/" + Version
var ConfigPath string