Explorar el Código

forgot to increase v number

causefx hace 9 años
padre
commit
0a0d376dcd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      user.php

+ 1 - 1
user.php

@@ -12,7 +12,7 @@
 	require_once('functions.php');
 	
 	// Define Version
-	 define('INSTALLEDVERSION', '1.321');
+	 define('INSTALLEDVERSION', '1.323');
 	 
     // Autoload frameworks
 	require_once(__DIR__ . '/vendor/autoload.php');