From 8bd11bf927c1f6b09e9c5bbd244fb8107b9822f1 Mon Sep 17 00:00:00 2001 From: Pete Freitag Date: Wed, 1 Jul 2020 14:55:24 -0400 Subject: [PATCH] Update to FuseLess 0.2.0 --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index 747bae8..7ad91e4 100755 --- a/init.sh +++ b/init.sh @@ -5,7 +5,7 @@ if [[ !$LUCEE_VERSION ]]; then fi if [[ !$FUSELESS_VERSION ]]; then - FUSELESS_VERSION="0.1.0" + FUSELESS_VERSION="0.2.0" fi if [ -f "jars/lucee-light-$LUCEE_VERSION.jar" ]; then