From 288b8c0851ca243399f60206728d27322b8a5ba0 Mon Sep 17 00:00:00 2001 From: Sebastian Schoenherr Date: Thu, 6 Jun 2024 15:51:37 +0200 Subject: [PATCH] Update github-downloader.sh --- install/github-downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/github-downloader.sh b/install/github-downloader.sh index 7e7e045..a2d5e3a 100644 --- a/install/github-downloader.sh +++ b/install/github-downloader.sh @@ -3,7 +3,7 @@ set -e NAME="Mutserve" -VERSION="v2.0.0-rc13" +VERSION="v2.0.1" GITHUB_USER="seppinho" GITHUB_REPO="mutserve" EXECUTABLE="mutserve"