Fix internal release tag string

This commit is contained in:
Tetrakern 2023-01-22 15:48:34 +01:00
parent e5a17c9eb4
commit 6b18881949

View File

@ -7,7 +7,7 @@
// Version
define( 'FICTIONEER_VERSION', '5.0.0' );
define( 'FICTIONEER_MAJOR_VERSION', '5' );
define( 'FICTIONEER_RELEASE_TAG', '5.0.0' );
define( 'FICTIONEER_RELEASE_TAG', 'v5.0.0' );
if ( ! defined( 'CHILD_VERSION' ) ) {
define( 'CHILD_VERSION', 0 );