diff --git a/README.txt b/README.txt index 82b2da53d..cf23171a0 100644 --- a/README.txt +++ b/README.txt @@ -6,7 +6,7 @@ Donate link: https://www.groundhogg.io/pricing/ Requires at least: 5.9 Tested up to: 6.6 Requires PHP: 7.1 -Stable tag: 3.7 +Stable tag: 3.7.0.1 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl.md diff --git a/groundhogg.php b/groundhogg.php index c3c9b6ce2..a7e49673a 100644 --- a/groundhogg.php +++ b/groundhogg.php @@ -3,7 +3,7 @@ * Plugin Name: Groundhogg * Plugin URI: https://www.groundhogg.io/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash * Description: CRM and marketing automation for WordPress - * Version: 3.7 + * Version: 3.7.0.1 * Author: Groundhogg Inc. * Author URI: https://www.groundhogg.io/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash * Text Domain: groundhogg @@ -24,8 +24,8 @@ exit; } -define( 'GROUNDHOGG_VERSION', '3.7' ); -define( 'GROUNDHOGG_PREVIOUS_STABLE_VERSION', '3.6.1.1' ); +define( 'GROUNDHOGG_VERSION', '3.7.0.1' ); +define( 'GROUNDHOGG_PREVIOUS_STABLE_VERSION', '3.7' ); define( 'GROUNDHOGG__FILE__', __FILE__ ); define( 'GROUNDHOGG_PLUGIN_BASE', plugin_basename( GROUNDHOGG__FILE__ ) );