Skip to content

Commit 0549b23

Browse files
committed
Version bump
1 parent a4079f4 commit 0549b23

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

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.3 - 2016-03-03
8+
------------------
9+
- Added main and app containers (see `config.ini`) for `docker:exec`, `docker:shell` and `docker:cli`
10+
711
2.3.2 - 2016-02-18
812
------------------
913
- Fixed issue which prevented deletion of orpahend docker images

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.2](https://img.shields.io/badge/latest-v2.3.2-green.svg?style=flat)](https://github.com/webdevops/clitools/releases/tag/2.3.2)
3+
[![latest v2.3.3](https://img.shields.io/badge/latest-v2.3.3-green.svg?style=flat)](https://github.com/webdevops/clitools/releases/tag/2.3.3)
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.2');
24+
define('CLITOOLS_COMMAND_VERSION', '2.3.3');
2525
define('CLITOOLS_ROOT_FS', __DIR__);
2626

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

0 commit comments

Comments
 (0)