Skip to content

Commit

Permalink
Released version "1.0.0-beta10"
Browse files Browse the repository at this point in the history
  • Loading branch information
webmozart committed Jan 14, 2016
1 parent 10e9be6 commit 14368a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
The Puli Command Line Interface
===============================

[![Build Status](https://travis-ci.org/puli/cli.svg?branch=master)](https://travis-ci.org/puli/cli)
[![Build Status](https://travis-ci.org/puli/cli.svg?branch=1.0.0-beta10)](https://travis-ci.org/puli/cli)
[![Build status](https://ci.appveyor.com/api/projects/status/n06gckamgc2lr8vl/branch/master?svg=true)](https://ci.appveyor.com/project/webmozart/cli/branch/master)
[![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)
[![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)
[![Latest Stable Version](https://poser.pugx.org/puli/cli/v/stable.svg)](https://packagist.org/packages/puli/cli)
[![Total Downloads](https://poser.pugx.org/puli/cli/downloads.svg)](https://packagist.org/packages/puli/cli)
[![Dependency Status](https://www.versioneye.com/php/puli:cli/1.0.0/badge.svg)](https://www.versioneye.com/php/puli:cli/1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PULI_VERSION = "@package_version@"
PULI_VERSION = "1.0.0-beta10"

BUILD_HTML_DIR = html
BUILD_MAN_DIR = man
Expand Down
2 changes: 1 addition & 1 deletion src/PuliApplicationConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class PuliApplicationConfig extends DefaultApplicationConfig
/**
* The version of the Puli CLI.
*/
const VERSION = '@package_version@';
const VERSION = '1.0.0-beta10';

/**
* @var Puli
Expand Down

0 comments on commit 14368a3

Please sign in to comment.