From fb897ac9ff2729d67239cb87a8ad525d2b5546bc Mon Sep 17 00:00:00 2001 From: kermage Date: Sat, 4 Apr 2020 09:27:57 +0800 Subject: [PATCH] Bump version to 1.9.0 --- augment-types.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/augment-types.php b/augment-types.php index a9f2e53..2b33af0 100644 --- a/augment-types.php +++ b/augment-types.php @@ -11,7 +11,7 @@ * Author: Gene Alyson Fortunado Torcende * Author URI: mailto:genealyson.torcende@gmail.com * Description: Add essential functionalities to WordPress Post Types. - * Version: 1.8.0 + * Version: 1.9.0 * License: GNU General Public License v3.0 * License URI: https://www.gnu.org/licenses/gpl-3.0.html */ @@ -26,7 +26,7 @@ ================================================== */ if ( ! defined( 'AT_VERSION' ) ) { - define( 'AT_VERSION', '1.8.0' ); + define( 'AT_VERSION', '1.9.0' ); } if ( ! defined( 'AT_FILE' ) ) {