From 625159c8ad7d36b60b918554c1ef339106dd85ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Tue, 27 Aug 2013 09:59:46 +0200 Subject: [PATCH] start new development cycle --- Changelog.md | 8 ++++++++ config/defaults.yml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index e7e255820..590391605 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# Head + +## Refactor + +## Bug fixes + +## Features + # 0.2.0.0 **Attention:** This release includes a potentially long running migration! However it should be safe to run this while keeping your application servers on. diff --git a/config/defaults.yml b/config/defaults.yml index b9cb61880..9c404c99c 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "0.2.0.0" # Do not touch unless doing a release, do not backport the version number that's in master but keep develp to always say "head" + number: "head" # Do not touch unless doing a release, do not backport the version number that's in master but keep develp to always say "head" heroku: false environment: url: "http://localhost:3000/"