Skip to content

Commit

Permalink
Bump version to v0.10.1
Browse files Browse the repository at this point in the history
We accidentally tagged and released v0.10.0 without bumping the version,
which is why we have to go from v0.9.1 to v0.10.1 in this variable.
  • Loading branch information
doingodswork committed Nov 18, 2020
1 parent 480c507 commit 7958e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/deflix-stremio/main.go
Expand Up @@ -29,7 +29,7 @@ import (
)

const (
version = "0.9.1"
version = "0.10.1"
)

var manifest = stremio.Manifest{
Expand Down

0 comments on commit 7958e70

Please sign in to comment.