Update version to 1.0.0

This commit is contained in:
Alexey Khit
2023-01-20 17:07:43 +03:00
parent a2e58d928e
commit 9ddbb326b4
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"time"
)
var Version = "0.1-rc.9"
var Version = "1.0.0"
var UserAgent = "go2rtc/" + Version
var ConfigPath string