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 5d8c096 commit 90958bfCopy full SHA for 90958bf
knowledgebase.php
@@ -13,7 +13,7 @@
13
* Plugin Name: WebberZone Knowledge Base
14
* Plugin URI: https://github.com/WebberZone/knowledgebase
15
* Description: Create a multi-product knowledge base on your WordPress site.
16
- * Version: 2.3.1-beta1
+ * Version: 2.3.1
17
* Author: WebberZone
18
* Author URI: https://webberzone.com
19
* License: GPL-2.0+
@@ -37,7 +37,7 @@
37
*
38
* @var string $wzkb_version Plugin version
39
*/
40
- define( 'WZKB_VERSION', '2.3.0' );
+ define( 'WZKB_VERSION', '2.3.1' );
41
}
42
43
if ( ! defined( 'WZKB_PLUGIN_DIR' ) ) {
0 commit comments