Skip to content

Commit

Permalink
Bump version to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kermage committed Jan 14, 2020
1 parent dc6b187 commit 110d802
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.0
* Version: 1.7.1
* 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.0' );
define( 'AT_VERSION', '1.7.1' );
}

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

0 comments on commit 110d802

Please sign in to comment.