Skip to content

Commit

Permalink
Release v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Jun 8, 2014
1 parent 65a3434 commit 9cff614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v0.14.0-dev
## v0.14.0 (2014-06-08)

* Enhancements
* [ExUnit] Add `on_exit/1` callbacks that are guaranteed to run once the test process exits and always in another process
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0-dev
0.14.0
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.14.0-dev"},
{vsn, "0.14.0"},
{modules, [
elixir
]},
Expand Down

0 comments on commit 9cff614

Please sign in to comment.