Skip to content

Commit 80f37ea

Browse files
committed
bump version
1 parent 5ad796d commit 80f37ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

WP_Auth0.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Plugin Name: PLUGIN_NAME
44
* Description: PLUGIN_DESCRIPTION
5-
* Version: 3.2.14
5+
* Version: 3.2.15
66
* Author: Auth0
77
* Author URI: https://auth0.com
88
*/
@@ -11,7 +11,7 @@
1111
define( 'WPA0_PLUGIN_URL', trailingslashit( plugin_dir_url( __FILE__ ) ) );
1212
define( 'WPA0_LANG', 'wp-auth0' );
1313
define( 'AUTH0_DB_VERSION', 12 );
14-
define( 'WPA0_VERSION', '3.2.14' );
14+
define( 'WPA0_VERSION', '3.2.15' );
1515

1616
/**
1717
* Main plugin class

0 commit comments

Comments
 (0)