Skip to content

Commit 81a02fd

Browse files
committed
bump master ver
1 parent e02b9b3 commit 81a02fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

static-html-output.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin Name: Static HTML Output
55
* Plugin URI: https://statichtmloutput.com
66
* Description: Security & Performance via static website publishing.
7-
* Version: 6.6.23-dev
7+
* Version: 6.6.23
88
* Author: Leon Stafford
99
* Author URI: https://ljs.dev
1010
* Text Domain: static-html-output
@@ -16,7 +16,7 @@
1616
die;
1717
}
1818

19-
define( 'STATICHTMLOUTPUT_VERSION', '6.6.23-dev' );
19+
define( 'STATICHTMLOUTPUT_VERSION', '6.6.23' );
2020
define( 'STATICHTMLOUTPUT_PATH', plugin_dir_path( __FILE__ ) );
2121

2222
if ( file_exists( STATICHTMLOUTPUT_PATH . 'vendor/autoload.php' ) ) {

0 commit comments

Comments
 (0)