From 4687d7e1ea8e372e4f33702389092a02e1eb745c Mon Sep 17 00:00:00 2001 From: Benjamin Neff <benjamin@coding4coffee.ch> Date: Tue, 19 Feb 2019 01:48:11 +0100 Subject: [PATCH] Start 0.7.11.0 cycle --- Changelog.md | 8 ++++++++ config/defaults.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index da12660259..b20d946c6f 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# 0.7.11.0 + +## Refactor + +## Bug fixes + +## Features + # 0.7.10.0 ## Refactor diff --git a/config/defaults.yml b/config/defaults.yml index 813c6fbd63..c04665f69e 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "0.7.9.99" # Do not touch unless doing a release, do not backport the version number that's in master + number: "0.7.10.99" # 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