Skip to content

Commit e45991b

Browse files
committed
increment to v0.0.3-alpha
1 parent f8c52d8 commit e45991b

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.0.2-alpha' );
4+
define( 'TERMINUS_VERSION', '0.0.3-alpha' );
55
date_default_timezone_set('UTC');
66

77
include TERMINUS_ROOT . '/php/utils.php';

0 commit comments

Comments
 (0)