From 1946dd99cca113ea3da760a65569bd89e8e7a34f Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Wed, 3 Feb 2021 03:52:44 +0000 Subject: [PATCH] bump to 21.02 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 4934a2d..ffb4221 100755 --- a/install.sh +++ b/install.sh @@ -7,7 +7,7 @@ # Get the directory of this script MY_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" -FNA_VERSION=20.11 +FNA_VERSION=21.02 readlinkf(){ perl -MCwd -e 'print Cwd::abs_path shift' "$1";}