From 4aaa40dd9bd2c8f0f09ea6f8e800b3af2fc67b39 Mon Sep 17 00:00:00 2001 From: Jonathan Bardo Date: Wed, 19 Oct 2016 18:02:06 -0400 Subject: [PATCH] Update version constant --- godaddy-email-marketing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godaddy-email-marketing.php b/godaddy-email-marketing.php index a7b0044..9238b4d 100644 --- a/godaddy-email-marketing.php +++ b/godaddy-email-marketing.php @@ -104,7 +104,7 @@ private function setup_constants() { // Plugin's main directory. defined( 'GEM_VERSION' ) - or define( 'GEM_VERSION', '1.1.2' ); + or define( 'GEM_VERSION', '1.1.3' ); // Set up the base name. isset( self::$basename ) || self::$basename = plugin_basename( __FILE__ );