From f782530d6e9e41be0ba7c20912498fecf2bf79cf Mon Sep 17 00:00:00 2001 From: dmarakom6 Date: Tue, 6 Jul 2021 18:54:08 +0300 Subject: [PATCH] Change version to '3.5' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index ae00d0c..08c5706 100644 --- a/install.sh +++ b/install.sh @@ -6,7 +6,7 @@ Released under the "All rights reserved" category. See the RIGHTS.txt file in /docs/github/ for its full text. info -VER_TO_INSTALL=3.0 #This is used when updating, it will be changed in every new update +VER_TO_INSTALL=3.5 #This is used when updating, it will be changed in every new update if [ -e ~/.shellnotes/.shellnotes.sh ]; then echo "Shellnotes is already installed." echo "If you want to update, please run 'update.sh'."