bump FNA to 20.10

main
cosmonaut 2020-10-30 11:27:16 -07:00
parent a75747570f
commit 361be4bd00
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.07
FNA_VERSION=20.10
ENCOMPASS_VERSION=0.22.0
readlinkf(){ perl -MCwd -e 'print Cwd::abs_path shift' "$1";}