diff --git a/jet-form-builder.php b/jet-form-builder.php index 597363caa..3df9a10a4 100644 --- a/jet-form-builder.php +++ b/jet-form-builder.php @@ -3,7 +3,7 @@ * Plugin Name: JetFormBuilder * Plugin URI: https://jetformbuilder.com/ * Description: Advanced form builder plugin for WordPress block editor. Create forms from the ground up, customize the existing ones, and style them up – all in one editor. - * Version: 3.0.0.47 + * Version: 3.0.0-beta * Author: Crocoblock * Author URI: https://crocoblock.com/ * Text Domain: jet-form-builder @@ -19,7 +19,7 @@ function jet_form_builder_init() { - define( 'JET_FORM_BUILDER_VERSION', '3.0.0.47' ); + define( 'JET_FORM_BUILDER_VERSION', '3.0.0-beta' ); define( 'JET_FORM_BUILDER__FILE__', __FILE__ ); define( 'JET_FORM_BUILDER_PLUGIN_BASE', plugin_basename( JET_FORM_BUILDER__FILE__ ) );