Przeglądaj źródła

forgot to increase v number

causefx 9 lat temu
rodzic
commit
0a0d376dcd
1 zmienionych plików z 1 dodań i 1 usunięć
  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');