Skip to content

Commit 83ceee5

Browse files
author
José Valim
committed
Release v0.11.0
1 parent b7a3383 commit 83ceee5

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.10.4-dev
1+
# v0.11.0 (2013-11-02)
22

33
* Enhancements
44
* [Code] Eval now returns variables from other contexts

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.10.4-dev
1+
0.11.0

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.10.4-dev"},
3+
{vsn, "0.11.0"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)