Skip to content

Commit dc5398f

Browse files
Update php-stub-generator
1 parent 048a751 commit dc5398f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/php-stub-generator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if (!defined('PHP_STUB_GENERATOR_COMPOSER_INSTALL')) {
5151
require PHP_STUB_GENERATOR_COMPOSER_INSTALL;
5252

5353
/** @noinspection PhpUnhandledExceptionInspection */
54-
(new Application('setasign php-stub-generator', 'v1.0.0'))
54+
(new Application('setasign php-stub-generator', 'v1.0.0-dev'))
5555
->register('generate')
5656
->setDescription('Build the stub-file')
5757
->addArgument(

0 commit comments

Comments
 (0)