Przeglądaj źródła

Update the version to 5.3.2

FusionPBX 1 rok temu
rodzic
commit
8bec626c53
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/software/resources/classes/software.php

+ 1 - 1
core/software/resources/classes/software.php

@@ -12,7 +12,7 @@ if (!class_exists('software')) {
 		 * version
 		 */
 		public static function version() {
-			return '5.3.1';
+			return '5.3.2';
 		}
 
 		/**