Skip to content

Commit

Permalink
Fix issue with version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevanwinkle committed Mar 3, 2015
1 parent 419f933 commit ba5ec1e
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.5.2');
define( 'TERMINUS_VERSION', '0.5.3');
$source = 'unknown';
if ('cli' === PHP_SAPI && isset($argv)) {
$source = explode('/',$argv[0]);
Expand Down

0 comments on commit ba5ec1e

Please sign in to comment.