Browse Source

Merge pull request #1885 from wojsmol/fix/03-06-2021-version-in-upgrade-script

fix version in upgrade script
Jaap Marcus 4 years ago
parent
commit
091a2291d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/upgrade/versions/1.4.3.sh

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

@@ -1,6 +1,6 @@
 #!/bin/bash
 
-# Hestia Control Panel upgrade script for target version 1.4.2
+# Hestia Control Panel upgrade script for target version 1.4.3
 
 #######################################################################################
 #######                      Place additional commands below.                   #######