bump to 21.02

main
cosmonaut 2021-02-03 03:52:44 +00:00
parent 4be26e77d3
commit 1946dd99cc
1 changed files with 1 additions and 1 deletions

View File

@ -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";}