Skip to content

Commit

Permalink
Update version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexxIT committed Oct 14, 2023
1 parent 548d813 commit 6f2af78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (
"github.com/rs/zerolog/log"
)

var Version = "1.7.1"
var Version = ""
var UserAgent = "go2rtc/" + Version

var ConfigPath string
Expand Down
2 changes: 2 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ import (
)

func main() {
app.Version = "1.8.0"

// 1. Core modules: app, api/ws, streams

app.Init() // init config and logs
Expand Down

0 comments on commit 6f2af78

Please sign in to comment.