From 4d438696f266a447fe768e10e06094106734ca51 Mon Sep 17 00:00:00 2001 From: Joe Dolson Date: Fri, 24 Jan 2025 19:02:42 -0600 Subject: [PATCH] Update version number. --- src/wp-to-twitter.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-to-twitter.php b/src/wp-to-twitter.php index 066a926..59bac2b 100644 --- a/src/wp-to-twitter.php +++ b/src/wp-to-twitter.php @@ -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' ); /**