refactor: rename version constant

This commit is contained in:
Ben Goldsworthy 2021-04-27 08:47:50 +01:00
parent 748eda717b
commit 4bcd8991ca
2 changed files with 6 additions and 4 deletions

View file

@ -35,8 +35,10 @@ if ( ! defined( 'WPINC' ) ) {
/**
* Current plugin version.
*
* @since 2.1.4
*/
define( 'C_STR_FOOTNOTES_VERSION', '2.8.0d' );
define( 'PLUGIN_VERSION', '2.8.0d' );
/**
* Defines the current environment ('development' or 'production').