Skip to content

Commit e357721

Browse files
Merge pull request #7 from Setasign/development
Update php-stub-generator
2 parents 048a751 + dc5398f commit e357721

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)