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 a93fab1 commit 2d6bda1Copy full SHA for 2d6bda1
ReduxCore/framework.php
@@ -15,7 +15,7 @@
15
* @package Redux_Framework
16
* @subpackage Core
17
* @author Redux Framework Team
18
- * @version 3.3.1
+ * @version 3.3.1.1
19
*/
20
21
// Exit if accessed directly
@@ -64,7 +64,7 @@ class ReduxFramework {
64
// ATTENTION DEVS
65
// Please update the build number with each push, no matter how small.
66
// This will make for easier support when we ask users what version they are using.
67
- public static $_version = '3.3.1';
+ public static $_version = '3.3.1.1';
68
public static $_dir;
69
public static $_url;
70
public static $_upload_dir;
0 commit comments