We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edca90a commit 811bc19Copy full SHA for 811bc19
src/PHPCR/Shell/PhpcrShell.php
@@ -25,7 +25,7 @@
25
class PhpcrShell
26
{
27
const APP_NAME = 'PHPCRSH';
28
- const APP_VERSION = 'dev-master';
+ const APP_VERSION = '1.0.0-beta3';
29
30
const MODE_EMBEDDED_SHELL = 'shell';
31
const MODE_EMBEDDED_COMMAND = 'command';
0 commit comments