release 3.5.5

This commit is contained in:
ByeonJungHun
2023-11-13 16:33:38 +09:00
parent fab5fb32c9
commit cbbc194d67
11 changed files with 1644 additions and 54 deletions

View File

@@ -28,7 +28,7 @@ select_menu() {
do
printf "$ESC[2K$(check_selected $i $SELECTED) $i. ${!i}\n";
done
printf "\n$ESC[2KCMOA\nVersion: 3.5.4\n";
printf "\n$ESC[2KCMOA\nVersion: 3.5.5\n";
INPUT=$(input_key);
if [[ $INPUT = "" ]];
then break;