Skip to content

Commit 0e3c06b

Browse files
author
José Valim
committed
Release v1.1.0-rc.0
1 parent 01052ba commit 0e3c06b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Note: Erlang 17.1 contains a regression in its wildcard implementation that
4545
causes tools like rebar to fail. If you have a project with rebar dependencies
4646
and is using Erlang 17.1, remember to update to at least Erlang 17.3.
4747

48-
## v1.1.0-rc.1 (2015-09-13)
48+
## v1.1.0-rc.0 (2015-09-15)
4949

5050
### 1. Enhancements
5151

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1.0-beta
1+
1.1.0-rc.0

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.1.0-beta"},
3+
{vsn, "1.1.0-rc.0"},
44
{modules, [
55
elixir
66
]},

0 commit comments

Comments
 (0)