From 79c9460e0b71c1c78261f8aac1da058c68972130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Sun, 19 May 2013 16:01:16 +0200 Subject: [PATCH] change version to 0.1.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 6747e1f4a..aa0cf68db 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,4 @@ -# Head +# 0.1.0.0 ## Refactor diff --git a/config/defaults.yml b/config/defaults.yml index d4b0ecde9..1fab2c585 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.1.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/"