Skip to content

Commit

Permalink
Update version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jan 25, 2025
1 parent 31b5d3e commit 4d43869
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-to-twitter.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
require_once plugin_dir_path( __FILE__ ) . 'wpt-truncate.php';
require_once plugin_dir_path( __FILE__ ) . 'wpt-rate-limiting.php';

define( 'XPOSTER_VERSION', '4.3.2' );
define( 'XPOSTER_VERSION', '5.0.0-beta1' );

register_activation_hook( __FILE__, 'wpt_check_version' );
/**
Expand Down

0 comments on commit 4d43869

Please sign in to comment.