Skip to content

Commit 15fdae4

Browse files
author
José Valim
committed
Start v1.0.0-rc2
1 parent 5b4497f commit 15fdae4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.0.0-rc2
4+
5+
* Enhancements
6+
7+
* Bug fixes
8+
39
## v1.0.0-rc1 (2014-08-30)
410

511
* Enhancements

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.0-rc1
1+
1.0.0-rc2

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, "1.0.0-rc1"},
3+
{vsn, "1.0.0-rc2"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)