Skip to content

Commit a613445

Browse files
author
José Valim
committed
Release v0.9.2
1 parent e4ea0a6 commit a613445

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# v0.9.2.dev
1+
# v0.9.2 (2013-06-13)
22

33
* enhancements
44
* [ExUnit] `capture_io` now captures prompt by default

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2.dev
1+
0.9.2

Diff for: 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.9.2.dev"},
3+
{vsn, "0.9.2"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)