diff --git a/init.php b/init.php index 01fdd601bf..e2d807decf 100644 --- a/init.php +++ b/init.php @@ -10,7 +10,7 @@ * Plugin Name: Pods - Custom Content Types and Fields * Plugin URI: https://pods.io/ * Description: Pods is a framework for creating, managing, and deploying customized content types and fields - * Version: 3.2.2-a-3 + * Version: 3.2.2 * Author: Pods Framework Team * Author URI: https://pods.io/about/ * Text Domain: pods @@ -43,7 +43,7 @@ add_action( 'init', 'pods_deactivate_pods_ui' ); } else { // Current version. - define( 'PODS_VERSION', '3.2.2-a-3' ); + define( 'PODS_VERSION', '3.2.2' ); // Current database version, this is the last version the database changed. define( 'PODS_DB_VERSION', '2.3.5' );