Skip to content

Commit 14368a3

Browse files
committed
Released version "1.0.0-beta10"
1 parent 10e9be6 commit 14368a3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
The 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)

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PULI_VERSION = "@package_version@"
1+
PULI_VERSION = "1.0.0-beta10"
22

33
BUILD_HTML_DIR = html
44
BUILD_MAN_DIR = man

src/PuliApplicationConfig.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)