Skip to content

Commit

Permalink
Start v0.11.1-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Nov 2, 2013
1 parent 83ceee5 commit c5cf8a3
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# v0.11.1-dev

* Enhancements

* Bug fixes

* Deprecations

* Backwards incompatible changes


# v0.11.0 (2013-11-02)

* Enhancements
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This document simply outlines the release process:

4) Commit changes above with title "Release vVERSION"

5) Push master and create tag from master branch
5) Push master and create tag vVERSION from master branch

6) Release new docs with `make release_docs`, move docs to `docs/stable`

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.11.1-dev
2 changes: 1 addition & 1 deletion src/elixir.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, elixir,
[{description, "elixir"},
{vsn, "0.11.0"},
{vsn, "0.11.1-dev"},
{modules, [
elixir
]},
Expand Down

0 comments on commit c5cf8a3

Please sign in to comment.