diff --git a/duracelltomi-google-tag-manager-for-wordpress.php b/duracelltomi-google-tag-manager-for-wordpress.php index 59f52899..72f2ae96 100644 --- a/duracelltomi-google-tag-manager-for-wordpress.php +++ b/duracelltomi-google-tag-manager-for-wordpress.php @@ -11,7 +11,7 @@ * Plugin Name: Google Tag Manager for WordPress * Plugin URI: https://gtm4wp.com/ * Description: The first Google Tag Manager plugin for WordPress with business goals in mind - * Version: 1.16.beta1 + * Version: 1.16.beta2 * Requires at least: 3.4.0 * Requires PHP: 5.6 * Author: Thomas Geiger @@ -25,7 +25,7 @@ * WC tested up to: 6.5.1 */ -define( 'GTM4WP_VERSION', '1.16.beta1' ); +define( 'GTM4WP_VERSION', '1.16.beta2' ); define( 'GTM4WP_PATH', plugin_dir_path( __FILE__ ) ); global $gtp4wp_plugin_url, $gtp4wp_plugin_basename;