Skip to content

Commit ca25049

Browse files
author
José Valim
committed
Start v0.9.1.dev
1 parent 76a0a64 commit ca25049

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# v0.9.1.dev
2+
3+
* enhancements
4+
5+
* bug fix
6+
7+
* deprecations
8+
9+
* backwards incompatible changes
10+
111
# v0.9.0 (2013-05-23)
212

313
* enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.0
1+
0.9.1.dev

src/elixir.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{application, elixir,
22
[{description, "elixir"},
3-
{vsn, "0.9.0"},
3+
{vsn, "0.9.1.dev"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)