Skip to content

Commit 159ba85

Browse files
author
José Valim
committed
Bump to v0.12.1-dev
1 parent 6d36241 commit 159ba85

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# v0.12.1-dev
2+
3+
* Enhancements
4+
* Bug fixes
5+
* Deprecations
6+
* Backwards incompatible changes
7+
18
# v0.12.0 (2013-12-15)
29

310
* Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.12.0
1+
0.12.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.12.0"},
3+
{vsn, "0.12.1-dev"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)