Browse Source

phpMyAdmin Update to 4.8.5

Raphael Schneeberger 7 năm trước cách đây
mục cha
commit
7815c274aa
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      install/hst-install-debian.sh

+ 1 - 1
install/hst-install-debian.sh

@@ -22,7 +22,7 @@ codename="$(cat /etc/os-release |grep VERSION= |cut -f 2 -d \(|cut -f 1 -d \))"
 hestiacp="$HESTIA/install/$VERSION/$release"
 
 # Define software versions
-pma_v='4.8.4'
+pma_v='4.8.5'
 multiphp_v=("5.6" "7.0" "7.1" "7.2" "7.3")
 fpm_v="7.3"