Skip to content

Commit

Permalink
release 7.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
leonstafford committed Sep 5, 2021
1 parent a6b4824 commit 95fe981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp2static.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP2Static
* Plugin URI: https://wp2static.com
* Description: Static site generator functionality for WordPress.
* Version: 7.1.7-dev
* Version: 7.1.7
* Author: WP2Static
* Author URI: https://wp2static.com
* Text Domain: wp2static
Expand All @@ -15,7 +15,7 @@
die;
}

define( 'WP2STATIC_VERSION', '7.1.7-dev' );
define( 'WP2STATIC_VERSION', '7.1.7' );
define( 'WP2STATIC_PATH', plugin_dir_path( __FILE__ ) );

if ( file_exists( WP2STATIC_PATH . 'vendor/autoload.php' ) ) {
Expand Down

0 comments on commit 95fe981

Please sign in to comment.