From 880e8c6f50c7262aa07ebf4be7ff8b7c985f5167 Mon Sep 17 00:00:00 2001 From: MickeyKay Date: Mon, 11 May 2015 17:17:19 -0700 Subject: [PATCH] Bump version to 2.0.0! Woot! --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 2329937..5e1f52d 100644 --- a/functions.php +++ b/functions.php @@ -49,7 +49,7 @@ function trestle_theme_setup() { // Child theme definitions (do not remove). define( 'TRESTLE_THEME_NAME', 'Trestle' ); define( 'TRESTLE_THEME_URL', 'http://demo.mightyminnow.com/theme/trestle/' ); - define( 'TRESTLE_THEME_VERSION', '1.2.0' ); + define( 'TRESTLE_THEME_VERSION', '2.0.0' ); define( 'TRESTLE_SETTINGS_FIELD', 'trestle-settings' ); // Setup default theme settings.