bump FNA to 21.04

main
cosmonaut 2021-04-05 13:57:34 -07:00
parent a2529d56c8
commit 7057e31ca8
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=21.02
FNA_VERSION=21.04
readlinkf(){ perl -MCwd -e 'print Cwd::abs_path shift' "$1";}