Browse Source

Update version number in upgrade script

Kristan Kenney 6 years ago
parent
commit
2da0d87946
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/upgrade/versions/1.0.1.sh

+ 1 - 1
install/upgrade/versions/1.0.1.sh

@@ -4,7 +4,7 @@
 function version_ge(){ test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1" -o ! -z "$1" -a "$1" = "$2"; }
 function version_ge(){ test "$(printf '%s\n' "$@" | sort -V | head -n 1)" != "$1" -o ! -z "$1" -a "$1" = "$2"; }
 
 
 # Set new version number
 # Set new version number
-NEW_VERSION="1.00.0-190621"
+NEW_VERSION="1.0.1"
 
 
 # Set phpMyAdmin version for upgrade
 # Set phpMyAdmin version for upgrade
 pma_v='4.9.0.1'
 pma_v='4.9.0.1'