Skip to content

Commit bbb6531

Browse files
committed
Set version
1 parent d3163ca commit bbb6531

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/phpcr renamed to bin/phpcrsh

File renamed without changes.

src/PHPCR/Shell/Console/Application/SessionApplication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
*/
1616
class SessionApplication extends BaseApplication
1717
{
18-
const APP_NAME = 'PHPCR';
19-
const APP_VERSION = '0.1';
18+
const APP_NAME = 'PHPCRSH';
19+
const APP_VERSION = '1.0.0-alpha1';
2020

2121
protected $shellApplication;
2222

0 commit comments

Comments
 (0)