From: Steve Sutton Date: Wed, 2 Dec 2015 19:51:26 +0000 (-0500) Subject: Bump the versien number X-Git-Tag: v0.2.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=c6c0ea567cf90c0e50746d521a658d457764f418;p=WP-Plugins%2Fstaffords-employment.git Bump the versien number --- diff --git a/glm-employment.php b/glm-employment.php index cf09be9..37236dd 100644 --- a/glm-employment.php +++ b/glm-employment.php @@ -13,7 +13,7 @@ defined('ABSPATH') or die(); * Defines for the plugin */ define('STAFFORDS_EMP_PLUGIN_PATH_FILE', __FILE__); -define('STAFFORDS_EMP_VERSION', '0.0.1'); +define('STAFFORDS_EMP_VERSION', '0.2.0'); define('STAFFORDS_EMP_VRS_OPTION_NAME', 'staffords_jobs_db_version'); define('STAFFORDS_EMP_POST_TYPE', 'staffords_jobs'); define('STAFFORDS_EMP_TAX_CATEGORIES', 'staffords_jobscategory');