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' ) ) {