Skip to content

Commit 4bb5e6e

Browse files
bump version for release
1 parent 947f85e commit 4bb5e6e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/upgrade.go

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

3333
const (
34-
CurrentPlexVersion = "v0.8.3"
34+
CurrentPlexVersion = "v0.8.4"
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

+1-1
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.3"
19+
current_binary_version = "0.8.4"
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)