Mysql/PostgreSQL module version string update

This commit is contained in:
Clemens Schwaighofer
2024-06-07 15:08:49 +09:00
parent 14d71f3053
commit 5af6a84d5f
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
# set last edit date + time
MODULE="mysql"
MODULE_VERSION="1.1.3";
MODULE_VERSION="1.1.4";
DIR="${BASH_SOURCE%/*}"
if [[ ! -d "$DIR" ]]; then DIR="$PWD"; fi