Latest AsteriskNOW 3.0.x conversion script (a small typo)

Looking at latest AsteriskNOW 3.0.x conversion script to convert AsteriskNOW 3.0.x into AsteriskNOW 5.211.65-13 (so with FreePBX Administration GUI) there is a little typo about the reference to the final version 5.211.65-1 the script will bring the system to: it should refers to 5.211.65-13 instead.

if [ $numversion = 3.0.0 ]; then
        echo "This appears to be AsteriskNOW Distro version $version so we can now upgrade you to the FreePBX Distro 5.211.65 track as version 5.211.65-1"
        echo "`date` This appears to be AsteriskNOW Distro version $version so we can now upgrade you to the FreePBX Distro 5.211.65 track as version 5.211.65-1" >> /var/log/pbx/upgrade/"$upgradeversion"
if [ $numversion = 3.0.1 ]; then
        echo "This appears to be AsteriskNOW Distro version $version so we can now upgrade you to the FreePBX Distro 5.211.65 track as version 5.211.65-1"
        echo "`date` This appears to be AsteriskNOW Distro version $version so we can now upgrade you to the FreePBX Distro 5.211.65 track as version 5.211.65-1" >> /var/log/pbx/upgrade/"$upgradeversion"