Update ReleaseNotes

Release notes
This commit is contained in:
ChuckPa 2023-10-16 20:32:51 -04:00
parent 2958fb5c26
commit ee335a69a5
No known key found for this signature in database
GPG Key ID: 3CE28A0F6BC31B5B
2 changed files with 2 additions and 1 deletions

View File

@ -1931,7 +1931,7 @@ do
GetLatestRelease
if [ $(VersionDigits $LatestVersion) -gt $(VersionDigits $Version) ]; then
[ $Scripted -eq 1 ] && DoUpdate=1
[ ConfirmYesNo "Download $Latest and update?" ] && DoUpdate=1
ConfirmYesNo "Download $Latest and update?" && DoUpdate=1
else
Output "No update available."
fi

View File

@ -12,6 +12,7 @@ v1.01.00
- Adds ability to self download and install latest version of DBRepair.sh
- Slightly changes numbering style to accommodate future updates with new update capability.
- Thanks to @causefx for his contributions to this release
v1.0.13