bump to 0.2.0.0
This commit is contained in:
parent
38f01b9cd5
commit
2919c7c73f
2 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
**Attention:** This release includes a potentially long running migration! However it should be safe to run this while keeping your application servers on.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
defaults:
|
defaults:
|
||||||
version:
|
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
|
heroku: false
|
||||||
environment:
|
environment:
|
||||||
url: "http://localhost:3000/"
|
url: "http://localhost:3000/"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue