From 2919c7c73f96da92ac546ff1c729c8f4e009ac8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Tue, 27 Aug 2013 09:57:46 +0200 Subject: [PATCH] bump to 0.2.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 ecf71dec0..e7e255820 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# Head +# 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 9c404c99c..b9cb61880 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 develp to always say "head" + 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" heroku: false environment: url: "http://localhost:3000/"