From ab5807b71dbf94ce731a807b45fba969bd254440 Mon Sep 17 00:00:00 2001 From: Aakaash Meduri Date: Wed, 24 May 2023 11:05:37 -0400 Subject: [PATCH] v0.7.2 --- upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade.go b/upgrade.go index e20cc6f2e..e373c366d 100644 --- a/upgrade.go +++ b/upgrade.go @@ -18,7 +18,7 @@ import ( ) const ( - CurrentPlexVersion = "v0.7.1" + CurrentPlexVersion = "v0.7.2" ReleaseURL = "https://api.github.com/repos/labdao/plex/releases/latest" ToolsURL = "https://api.github.com/repos/labdao/plex/contents/tools?ref=main" )