From 366cec93e1cdedab753b0f0bb1c9467eaec1d6bc Mon Sep 17 00:00:00 2001 From: ethack Date: Fri, 6 Mar 2020 16:26:59 -0600 Subject: [PATCH] Update installer to rita 3.2.0 (#547) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cfdc89fe..b003dfec 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ # activecountermeasures.com # CONSTANTS -_RITA_VERSION="v3.1.1" +_RITA_VERSION="v3.2.0" _MONGO_VERSION="3.6" _NAME=$(basename "${0}") _FAILED="\e[91mFAILED\e[0m"