Skip to content

Commit 59d6448

Browse files
author
José Valim
committed
Release v0.8.3
1 parent 31b4290 commit 59d6448

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# v0.8.3 (2013-05-22)
2+
13
* enhancements
24
* [CLI] Flags `-p` and `-pr` fails if pattern match no files
35
* [CLI] Support `--hidden` and `--cookie` flags for distributed Erlang

VERSION

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

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

0 commit comments

Comments
 (0)