Skip to content

Commit 0f0cdc7

Browse files
committed
version bump for 0.5.1 release
1 parent 71a5925 commit 0f0cdc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/terminus.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// Can be used by plugins/themes to check if Terminus is running or not
33
define( 'Terminus', true );
4-
define( 'TERMINUS_VERSION', '0.5.0');
4+
define( 'TERMINUS_VERSION', '0.5.1');
55
$source = 'unknown';
66
if ('cli' === PHP_SAPI && isset($argv)) {
77
$source = explode('/',$argv[0]);

0 commit comments

Comments
 (0)