Skip to content

Commit

Permalink
Added interactivity for site command as well as various github.com is…
Browse files Browse the repository at this point in the history
…sues addressed
  • Loading branch information
mikevanwinkle committed Dec 15, 2014
1 parent d7b88d5 commit 3c4bed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/terminus.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
// Can be used by plugins/themes to check if Terminus is running or not
define( 'Terminus', true );
define( 'TERMINUS_VERSION', '0.1.1-beta' );
define( 'TERMINUS_VERSION', '0.2.0-beta' );
date_default_timezone_set('UTC');

include TERMINUS_ROOT . '/php/utils.php';
Expand Down

0 comments on commit 3c4bed6

Please sign in to comment.