File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The Puli Command Line Interface
22===============================
33
4- [ ![ Build Status] ( https://travis-ci.org/puli/cli.svg?branch=master )] ( https://travis-ci.org/puli/cli )
4+ [ ![ Build Status] ( https://travis-ci.org/puli/cli.svg?branch=1.0.0-beta10 )] ( https://travis-ci.org/puli/cli )
55[ ![ Build status] ( https://ci.appveyor.com/api/projects/status/n06gckamgc2lr8vl/branch/master?svg=true )] ( https://ci.appveyor.com/project/webmozart/cli/branch/master )
6- [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/puli/cli/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/puli/cli/?branch=master )
6+ [ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/puli/cli/badges/quality-score.png?b=1.0.0-beta10 )] ( https://scrutinizer-ci.com/g/puli/cli/?branch=1.0.0-beta10 )
77[ ![ Latest Stable Version] ( https://poser.pugx.org/puli/cli/v/stable.svg )] ( https://packagist.org/packages/puli/cli )
88[ ![ Total Downloads] ( https://poser.pugx.org/puli/cli/downloads.svg )] ( https://packagist.org/packages/puli/cli )
99[ ![ Dependency Status] ( https://www.versioneye.com/php/puli:cli/1.0.0/badge.svg )] ( https://www.versioneye.com/php/puli:cli/1.0.0 )
Original file line number Diff line number Diff line change 1- PULI_VERSION = "@package_version@ "
1+ PULI_VERSION = "1.0.0-beta10 "
22
33BUILD_HTML_DIR = html
44BUILD_MAN_DIR = man
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class PuliApplicationConfig extends DefaultApplicationConfig
5555 /**
5656 * The version of the Puli CLI.
5757 */
58- const VERSION = '@package_version@ ' ;
58+ const VERSION = '1.0.0-beta10 ' ;
5959
6060 /**
6161 * @var Puli
You can’t perform that action at this time.
0 commit comments