Skip to content

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kermage committed Jan 28, 2020
1 parent 11d6f13 commit ffa94a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions augment-types.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* Author: Gene Alyson Fortunado Torcende
* Author URI: mailto:[email protected]
* Description: Add essential functionalities to WordPress Post Types.
* Version: 1.7.1
* Version: 1.8.0
* License: GNU General Public License v3.0
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/
Expand All @@ -26,7 +26,7 @@
================================================== */

if ( ! defined( 'AT_VERSION' ) ) {
define( 'AT_VERSION', '1.7.1' );
define( 'AT_VERSION', '1.8.0' );
}

if ( ! defined( 'AT_FILE' ) ) {
Expand Down

0 comments on commit ffa94a5

Please sign in to comment.