Skip to content

Commit 7feced5

Browse files
author
Kristan Kenney
committed
Bump phpMyAdmin to v4.9.3
1 parent 40ae239 commit 7feced5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
2222
HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323

2424
# Define software versions
25-
pma_v='4.9.2'
25+
pma_v='4.9.3'
2626
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2727
fpm_v="7.3"
2828

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codename="$(lsb_release -s -c)"
2222
HESTIA_INSTALL_DIR="$HESTIA/install/deb"
2323

2424
# Define software versions
25-
pma_v='4.9.2'
25+
pma_v='4.9.3'
2626
multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3" "7.4")
2727
fpm_v="7.3"
2828

0 commit comments

Comments
 (0)