Skip to content

Commit

Permalink
update version to beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
brentjett committed Jan 22, 2021
1 parent 8a52604 commit f12e5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fl-assistant.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Assistant
* Author: The Beaver Builder Team
* Author URI: https://www.wpbeaverbuilder.com/?utm_medium=assistant&utm_source=plugins-admin-page&utm_campaign=plugins-admin-author
* Version: 0.6.0-beta.0.2
* Version: 0.6.0.beta.2
* Description: A tool for navigating a site and accomplishing quick tasks without needing the WordPress admin.
* License: GNU General Public License v2.0
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -13,7 +13,7 @@

defined( 'ABSPATH' ) || die();

define( 'FL_ASSISTANT_VERSION', '0.6.0.beta.1' );
define( 'FL_ASSISTANT_VERSION', '0.6.0.beta.2' );
define( 'FL_ASSISTANT_FILE', trailingslashit( __FILE__ ) );
define( 'FL_ASSISTANT_DIR', plugin_dir_path( FL_ASSISTANT_FILE ) );
define( 'FL_ASSISTANT_URL', plugins_url( '/', FL_ASSISTANT_FILE ) );
Expand Down

0 comments on commit f12e5d6

Please sign in to comment.