From 4976cb91d30a8d7a003a1d7822aef4f73092cc4c Mon Sep 17 00:00:00 2001 From: ethack Date: Tue, 3 Dec 2019 12:39:18 -0600 Subject: [PATCH] Update installer to v3.1.1 (#518) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0fe5cc37..c50b526e 100755 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ # activecountermeasures.com # CONSTANTS -_RITA_VERSION="v3.1.0" +_RITA_VERSION="v3.1.1" _MONGO_VERSION="3.6" _NAME=$(basename "${0}") _FAILED="\e[91mFAILED\e[0m"