Skip to content

Commit 2da0d87

Browse files
author
Kristan Kenney
committed
Update version number in upgrade script
1 parent 18a4632 commit 2da0d87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/upgrade/versions/1.0.1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
function version_ge(){ test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1" -o ! -z "$1" -a "$1" = "$2"; }
55

66
# Set new version number
7-
NEW_VERSION="1.00.0-190621"
7+
NEW_VERSION="1.0.1"
88

99
# Set phpMyAdmin version for upgrade
1010
pma_v='4.9.0.1'

0 commit comments

Comments
 (0)