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 fd45527 commit 47bcb5aCopy full SHA for 47bcb5a
built-core.php
@@ -10,7 +10,7 @@
10
* Plugin Name: Built Core
11
* Plugin URI:
12
* Description: Core functionality for the site. Adds security and hardening features and cleans up some default functionality.
13
- * Version: 1.1.0
+ * Version: 1.1.1
14
* Author: Built North
15
* Author URI: https://builtnorth.co
16
* License: GPL-2.0+
@@ -29,7 +29,7 @@
29
* Define plugin version.
30
* @link https://semver.org
31
*/
32
-define( 'BUILT_CORE_VERSION', '1.1.0' );
+define( 'BUILT_CORE_VERSION', '1.1.1' );
33
34
/**
35
* Define global constants.
0 commit comments