From 1ab9861b5466a73983e922eb30b572cd2493ab3d Mon Sep 17 00:00:00 2001 From: John Shaffer Date: Sat, 18 Sep 2021 17:14:40 -0500 Subject: [PATCH] Version 7.2.0-dev --- CHANGELOG.md | 2 +- wp2static.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e17d28..909b55c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## WP2Static 7.1.8 +## WP2Static 7.2.0-dev - TBC diff --git a/wp2static.php b/wp2static.php index 6a34d434..73c167ed 100755 --- a/wp2static.php +++ b/wp2static.php @@ -3,7 +3,7 @@ * Plugin Name: WP2Static * Plugin URI: https://wp2static.com * Description: Static site generator functionality for WordPress. - * Version: 7.1.8-dev + * Version: 7.2.0-dev * Author: WP2Static * Author URI: https://wp2static.com * Text Domain: wp2static @@ -15,7 +15,7 @@ die; } -define( 'WP2STATIC_VERSION', '7.1.8-dev' ); +define( 'WP2STATIC_VERSION', '7.2.0-dev' ); define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) ); if ( file_exists( WP2STATIC_PATH . 'vendor/autoload.php' ) ) {