From f64b9c70e006d96e0a128d1a121eb34fb363f4c8 Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Tue, 23 Apr 2024 11:48:20 +0300 Subject: [PATCH] Bump the version --- two-factor.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/two-factor.php b/two-factor.php index 276054cc..7bb246d4 100644 --- a/two-factor.php +++ b/two-factor.php @@ -12,7 +12,7 @@ * Plugin URI: https://wordpress.org/plugins/two-factor/ * Description: Two-Factor Authentication using time-based one-time passwords, Universal 2nd Factor (FIDO U2F), email and backup verification codes. * Author: Plugin Contributors - * Version: 0.8.2 + * Version: 0.9.0 * Author URI: https://github.com/wordpress/two-factor/graphs/contributors * Network: True * Text Domain: two-factor @@ -26,7 +26,7 @@ /** * Version of the plugin. */ -define( 'TWO_FACTOR_VERSION', '0.8.2' ); +define( 'TWO_FACTOR_VERSION', '0.9.0' ); /** * Include the base class here, so that other plugins can also extend it.