From 64a780c831d21da11f66cae5f8d8bad06fc7618d Mon Sep 17 00:00:00 2001 From: Dennis Schubert <mail@dennis-schubert.de> Date: Thu, 21 Jan 2016 20:42:33 +0100 Subject: [PATCH] Prepare 0.5.6.1 hotfix --- Changelog.md | 2 ++ config/defaults.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 83e92340c1..0acf6bbc8c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,5 @@ +# 0.5.6.1 + # 0.5.6.0 ## Refactor diff --git a/config/defaults.yml b/config/defaults.yml index fe8d322055..6e6a46f7d8 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "0.5.6.0" # Do not touch unless doing a release, do not backport the version number that's in master + number: "0.5.6.1" # Do not touch unless doing a release, do not backport the version number that's in master heroku: false environment: url: "http://localhost:3000/" -- GitLab