Skip to content

Commit 5e627bc

Browse files
committed
Version bump 2.3.1
1 parent 5784c55 commit 5e627bc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ CliTools Changelog
44
next - UPCOMING
55
------------------
66

7+
2.3.1 - 2016-02-14
8+
------------------
9+
- Switched to official docker volume cleanup
10+
- SLOC: 7,034
711

812
2.3.0 - 2016-01-26
913
------------------

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CliTools for Docker, PHP und MySQL development
22

3-
[![latest v2.3.0](https://img.shields.io/badge/latest-v2.3.0-green.svg?style=flat)](https://github.com/webdevops/clitools/releases/tag/2.3.0)
3+
[![latest v2.3.1](https://img.shields.io/badge/latest-v2.3.1-green.svg?style=flat)](https://github.com/webdevops/clitools/releases/tag/2.3.1)
44
[![License GPL3](https://img.shields.io/badge/license-GPL3-blue.svg?style=flat)](/LICENSE)
55
[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/webdevops/clitools.svg)](http://isitmaintained.com/project/webdevops/clitools "Average time to resolve an issue")
66
[![Percentage of issues still open](http://isitmaintained.com/badge/open/webdevops/clitools.svg)](http://isitmaintained.com/project/webdevops/clitools "Percentage of issues still open")

src/command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
error_reporting(E_ALL);
24-
define('CLITOOLS_COMMAND_VERSION', '2.3.0');
24+
define('CLITOOLS_COMMAND_VERSION', '2.3.1');
2525
define('CLITOOLS_ROOT_FS', __DIR__);
2626

2727
require __DIR__ . '/vendor/autoload.php';

0 commit comments

Comments
 (0)