From 2ec6bc8c99014ee295832b5c637b85569b2bd51c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tautvidas=20Sipavi=C4=8Dius?= Date: Fri, 26 Feb 2016 16:57:42 +0200 Subject: [PATCH] Update release version to 0.0.18 --- mailpoet.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mailpoet.php b/mailpoet.php index 80c3e1a9d9..36d806943a 100644 --- a/mailpoet.php +++ b/mailpoet.php @@ -4,7 +4,7 @@ if(!defined('ABSPATH')) exit; use \MailPoet\Config\Initializer; /* * Plugin Name: MailPoet - * Version: 0.0.17 + * Version: 0.0.18 * Plugin URI: http://www.mailpoet.com * Description: MailPoet Newsletters. * Author: MailPoet @@ -22,7 +22,7 @@ use \MailPoet\Config\Initializer; require 'vendor/autoload.php'; -define('MAILPOET_VERSION', '0.0.17'); +define('MAILPOET_VERSION', '0.0.18'); $initializer = new Initializer(array( 'file' => __FILE__,