Skip to content

Commit b70fc12

Browse files
author
José Valim
committed
Release v0.11.2
1 parent 0d5bf3a commit b70fc12

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.11.2-dev
1+
# v0.11.2 (2013-11-14)
22

33
* Enhancements
44
* [Mix] Add `mix iex` that redirects users to the proper `iex -S mix` command

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.2-dev
1+
0.11.2

src/elixir.app.src

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

0 commit comments

Comments
 (0)