diff --git a/plugin-name/plugin-name.php b/plugin-name/plugin-name.php index 9d0d06f..5be5986 100644 --- a/plugin-name/plugin-name.php +++ b/plugin-name/plugin-name.php @@ -30,6 +30,11 @@ if ( ! defined( 'WPINC' ) ) { die; } +/** + * Currently pligin version. + * Start at version 1.0.0 and use SemVer - https://semver.org + * Rename this for your plugin and update it as you release new versions. + */ define( 'PLUGIN_NAME_VERSION', '1.0.0' ); /**