Skip to content

Commit

Permalink
Update version constant
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Bardo committed Oct 19, 2016
1 parent 89c6d1d commit 4aaa40d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godaddy-email-marketing.php
Original file line number Diff line number Diff line change
Expand Up @@ -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__ );
Expand Down

0 comments on commit 4aaa40d

Please sign in to comment.