Skip to content

Commit

Permalink
Update plex version to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thetechnocrat-dev committed Oct 26, 2023
1 parent c7b7296 commit c16518c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var upgradeCmd = &cobra.Command{
}

const (
CurrentPlexVersion = "v0.11.0"
CurrentPlexVersion = "v0.11.1"
ReleaseURL = "https://api.github.com/repos/labdao/plex/releases/latest"
ToolsURL = "https://api.github.com/repos/labdao/plex/contents/tools?ref=main"
)
Expand Down

0 comments on commit c16518c

Please sign in to comment.