Skip to content

Commit

Permalink
Version 4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rilwis committed Jul 17, 2024
1 parent d0f76aa commit 9f5a250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-box-builder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Meta Box Builder
* Plugin URI: https://metabox.io/plugins/meta-box-builder/
* Description: Drag and drop UI for creating custom meta boxes and custom fields.
* Version: 4.8.1
* Version: 4.9.0
* Author: MetaBox.io
* Author URI: https://metabox.io
* License: GPL2+
Expand All @@ -30,7 +30,7 @@ function mb_builder_load() {
return;
}

define( 'MBB_VER', '4.7.2' );
define( 'MBB_VER', '4.9.0' );
define( 'MBB_DIR', trailingslashit( __DIR__ ) );

list( , $url ) = \RWMB_Loader::get_path( MBB_DIR );
Expand Down

0 comments on commit 9f5a250

Please sign in to comment.