We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9c714 commit 84d33f7Copy full SHA for 84d33f7
1 file changed
core/constants.php
@@ -29,8 +29,8 @@
29
* -------------------------------------------------------------------------
30
*/
31
32
-define('VERSION_INT', '2.3.32.0'); // the internal version number for updates & update check
33
-define('VERSION_EXT', '2.3.32'); // the external version number to be shown in the footer
+define('VERSION_INT', '2.3.33.0'); // the internal version number for updates & update check
+define('VERSION_EXT', '2.3.33'); // the external version number to be shown in the footer
34
define('VERSION_WIP', false); // work in progress or stable?
35
define('VERSION_PHP_RQ', '7.1.0'); // required version of PHP
36
define('VERSION_PHP_REC', '7.3.0'); // recommended version of PHP
0 commit comments