Skip to content

Commit 32a37a4

Browse files
committed
Bump version to 3.5.0
1 parent a9371e1 commit 32a37a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themeplate.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* Author: Gene Alyson Fortunado Torcende
1212
* Author URI: mailto:genealyson.torcende@gmail.com
1313
* Description: A toolkit to handle everything related in developing a full-featured WordPress theme.
14-
* Version: 3.4.0
14+
* Version: 3.5.0
1515
* License: GNU General Public License v3.0
1616
* License URI: https://www.gnu.org/licenses/gpl-3.0.html
1717
*/
@@ -26,7 +26,7 @@
2626
================================================== */
2727

2828
if ( ! defined( 'TP_VERSION' ) ) {
29-
define( 'TP_VERSION', '3.4.0' );
29+
define( 'TP_VERSION', '3.5.0' );
3030
}
3131

3232
if ( ! defined( 'TP_FILE' ) ) {

0 commit comments

Comments
 (0)