File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
The Puli Command Line Interface
2
2
===============================
3
3
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 )
5
5
[ ![ 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 )
7
7
[ ![ Latest Stable Version] ( https://poser.pugx.org/puli/cli/v/stable.svg )] ( https://packagist.org/packages/puli/cli )
8
8
[ ![ Total Downloads] ( https://poser.pugx.org/puli/cli/downloads.svg )] ( https://packagist.org/packages/puli/cli )
9
9
[ ![ 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 "
2
2
3
3
BUILD_HTML_DIR = html
4
4
BUILD_MAN_DIR = man
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ class PuliApplicationConfig extends DefaultApplicationConfig
55
55
/**
56
56
* The version of the Puli CLI.
57
57
*/
58
- const VERSION = '@package_version@ ' ;
58
+ const VERSION = '1.0.0-beta10 ' ;
59
59
60
60
/**
61
61
* @var Puli
You can’t perform that action at this time.
0 commit comments