We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8a3f1 commit b2399f3Copy full SHA for b2399f3
internal/app/app.go
@@ -16,7 +16,7 @@ import (
16
"github.com/rs/zerolog/log"
17
)
18
19
-var Version = "1.9.1"
+var Version = "1.9.2"
20
var UserAgent = "go2rtc/" + Version
21
22
var ConfigPath string
0 commit comments