From 51ecae1b77ec24cdf0dbaaa9f979706cfbbd6665 Mon Sep 17 00:00:00 2001
From: Jason Robinson <mail@jasonrobinson.me>
Date: Sun, 22 Jun 2014 19:01:31 +0300
Subject: [PATCH] bump to 0.4.0.0

---
 Changelog.md        | 2 +-
 config/defaults.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Changelog.md b/Changelog.md
index 14b078f964..cc933fb864 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -1,4 +1,4 @@
-# Head
+# 0.4.0.0
 
 ## Ensure account deletions are run
 
diff --git a/config/defaults.yml b/config/defaults.yml
index ccfd263411..1109be74c7 100644
--- a/config/defaults.yml
+++ b/config/defaults.yml
@@ -4,7 +4,7 @@
 
 defaults:
   version:
-    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"
+    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"
   heroku: false
   environment:
     url: "http://localhost:3000/"
-- 
GitLab