File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ var upgradeCmd = &cobra.Command{
31
31
}
32
32
33
33
const (
34
- CurrentPlexVersion = "v0.8.3 "
34
+ CurrentPlexVersion = "v0.8.4 "
35
35
ReleaseURL = "https://api.github.com/repos/labdao/plex/releases/latest"
36
36
ToolsURL = "https://api.github.com/repos/labdao/plex/contents/tools?ref=main"
37
37
)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ def run(self):
16
16
# Retrieve platform from environment variable
17
17
plat_name = os .environ ['PLAT_NAME' ]
18
18
19
- current_binary_version = "0.8.3 "
19
+ current_binary_version = "0.8.4 "
20
20
# map plat_name to go_bin_url
21
21
urls = {
22
22
"darwin_x86_64" : f"https://github.com/labdao/plex/releases/download/v{ current_binary_version } /plex_{ current_binary_version } _darwin_amd64.tar.gz" ,
You can’t perform that action at this time.
0 commit comments