mirror of
https://github.com/hauke68/Magallanes.git
synced 2025-09-13 04:30:17 +02:00
Update Changelog and Version
This commit is contained in:
parent
6ec596f9a9
commit
94214ed076
@ -1,5 +1,8 @@
|
|||||||
CHANGELOG for 3.x
|
CHANGELOG for 3.x
|
||||||
=================
|
=================
|
||||||
|
|
||||||
* 3.0.0 (2017-01-xx)
|
* 3.0.1 (2017-01-10)
|
||||||
|
* [BUGFIX] [#350] [#353] Fix escape issue when commands are sent through SSH
|
||||||
|
|
||||||
|
* 3.0.0 (2017-01-31)
|
||||||
* v3 series release
|
* v3 series release
|
||||||
|
@ -17,6 +17,6 @@ namespace Mage;
|
|||||||
*/
|
*/
|
||||||
class Mage
|
class Mage
|
||||||
{
|
{
|
||||||
const VERSION = '3.0.0';
|
const VERSION = '3.0.1';
|
||||||
const CODENAME = 'Nostromo';
|
const CODENAME = 'Nostromo';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user