From 95844fec48fe71bd350e342a04338caa81c82e11 Mon Sep 17 00:00:00 2001 From: "Ipstenu (Mika Epstein)" Date: Mon, 27 Nov 2017 14:09:08 -0800 Subject: [PATCH] Inline doc --- plugin-name/plugin-name.php | 5 +++++ 1 file changed, 5 insertions(+) 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' ); /**