We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e02b9b3 commit 81a02fdCopy full SHA for 81a02fd
static-html-output.php
@@ -4,7 +4,7 @@
4
* Plugin Name: Static HTML Output
5
* Plugin URI: https://statichtmloutput.com
6
* Description: Security & Performance via static website publishing.
7
- * Version: 6.6.23-dev
+ * Version: 6.6.23
8
* Author: Leon Stafford
9
* Author URI: https://ljs.dev
10
* Text Domain: static-html-output
@@ -16,7 +16,7 @@
16
die;
17
}
18
19
-define( 'STATICHTMLOUTPUT_VERSION', '6.6.23-dev' );
+define( 'STATICHTMLOUTPUT_VERSION', '6.6.23' );
20
define( 'STATICHTMLOUTPUT_PATH', plugin_dir_path( __FILE__ ) );
21
22
if ( file_exists( STATICHTMLOUTPUT_PATH . 'vendor/autoload.php' ) ) {
0 commit comments