Skip to content

Commit 9f1f73b

Browse files
committed
Version bump
1 parent ccf5838 commit 9f1f73b

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
CliTools Changelog
22
==================
33

4-
2.3.0 - UPCOMING
4+
next - UPCOMING
5+
------------------
6+
7+
8+
2.3.0 - 2016-01-26
59
------------------
610
- Updated compile documentation
711
- Improved compile scripts

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.2.0](https://img.shields.io/badge/latest-v2.2.0-green.svg?style=flat)](https://github.com/webdevops/clitools/releases/tag/2.2.0)
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)
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
@@ -20,7 +20,7 @@
2020
*/
2121

2222
error_reporting(E_ALL);
23-
define('CLITOOLS_COMMAND_VERSION', '2.2.1');
23+
define('CLITOOLS_COMMAND_VERSION', '2.3.0');
2424
define('CLITOOLS_ROOT_FS', __DIR__);
2525

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

0 commit comments

Comments
 (0)