From c475a3985ec06387608325a9a0fe66d9ba218e79 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Sun, 22 Jun 2014 19:32:23 +0300 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 cc933fb86..587621987 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,11 @@ +# Head + +## Refactor + +## Bug fixes + +## Features + # 0.4.0.0 ## Ensure account deletions are run diff --git a/config/defaults.yml b/config/defaults.yml index 1109be74c..ccfd26341 100644 --- a/config/defaults.yml +++ b/config/defaults.yml @@ -4,7 +4,7 @@ defaults: version: - number: "0.4.0.0" # Do not touch unless doing a release, do not backport the version number that's in master but keep develop 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 develop to always say "head" heroku: false environment: url: "http://localhost:3000/"