Skip to content

Commit 89a0409

Browse files
committed
ready for binary v0.9.0
1 parent a6fc994 commit 89a0409

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/upgrade.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var upgradeCmd = &cobra.Command{
3131
}
3232

3333
const (
34-
CurrentPlexVersion = "v0.8.4"
34+
CurrentPlexVersion = "v0.9.0"
3535
ReleaseURL = "https://api.github.com/repos/labdao/plex/releases/latest"
3636
ToolsURL = "https://api.github.com/repos/labdao/plex/contents/tools?ref=main"
3737
)

python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def run(self):
1616
# Retrieve platform from environment variable
1717
plat_name = os.environ['PLAT_NAME']
1818

19-
current_binary_version = "0.8.4"
19+
current_binary_version = "0.9.0"
2020
# map plat_name to go_bin_url
2121
urls = {
2222
"darwin_x86_64": f"https://github.com/labdao/plex/releases/download/v{current_binary_version}/plex_{current_binary_version}_darwin_amd64.tar.gz",

0 commit comments

Comments
 (0)