From 769455b38e66bbdbeb8183aafb5f189827ca312a Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Mon, 14 Apr 2014 14:59:51 +0530 Subject: [PATCH] EasyEngine v1.3.1 --- CHANGELOG.txt | 4 ++++ usr/local/sbin/easyengine | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a447edff..16f884bd 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +v 1.3.0 - Apr 11, 2014 + - Fixed Autocompletion Issue #185 + - ee info command display php5-fpm process manager details (dynamic/ondemand) + v 1.3.0 - Apr 11, 2014 - Introduce `ee debug` command - Introduce `ee system [status|stop|start|restart]` command diff --git a/usr/local/sbin/easyengine b/usr/local/sbin/easyengine index ff2889f2..cf35bd7c 100644 --- a/usr/local/sbin/easyengine +++ b/usr/local/sbin/easyengine @@ -1940,7 +1940,7 @@ if [ "$1" = "version" ] || [ "$1" = "--version" ] || [ "$1" = "-v" ] then # Display Easy Engine Version - echo "easyengine version: 1.3.0" + echo "easyengine version: 1.3.1" # Easy Engine Info elif [ "$1" = "info" ]