Skip to content

Commit e6be062

Browse files
author
José Valim
committed
Start v0.11.2-dev
1 parent 7159da5 commit e6be062

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v0.11.2-dev
2+
3+
* Enhancements
4+
5+
* Bug fixes
6+
7+
* Deprecations
8+
9+
* Backwards incompatible changes
10+
11+
112
# v0.11.1 (2013-11-07)
213

314
* Enhancements

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This document simply outlines the release process:
2020

2121
9) Merge master into stable branch and push it
2222

23-
10) After release, bump versions and add `-dev` back
23+
10) After release, bump versions, add `-dev` back and commit
2424

2525
11) `make release_docs` once again and push `elixir-lang.github.com`
2626

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.1
1+
0.11.2-dev

src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "0.11.1"},
3+
{vsn, "0.11.2-dev"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)