From ece695656d1cc5f3dc8113d0668f686640858af9 Mon Sep 17 00:00:00 2001 From: Thomas Geiger Date: Mon, 6 Jun 2022 17:17:13 +0200 Subject: [PATCH] Updated version number --- duracelltomi-google-tag-manager-for-wordpress.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;