We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01052ba commit 0e3c06bCopy full SHA for 0e3c06b
CHANGELOG.md
@@ -45,7 +45,7 @@ Note: Erlang 17.1 contains a regression in its wildcard implementation that
45
causes tools like rebar to fail. If you have a project with rebar dependencies
46
and is using Erlang 17.1, remember to update to at least Erlang 17.3.
47
48
-## v1.1.0-rc.1 (2015-09-13)
+## v1.1.0-rc.0 (2015-09-15)
49
50
### 1. Enhancements
51
VERSION
@@ -1 +1 @@
1
-1.1.0-beta
+1.1.0-rc.0
src/elixir.app.src
@@ -1,6 +1,6 @@
{application, elixir,
2
[{description, "elixir"},
3
- {vsn, "1.1.0-beta"},
+ {vsn, "1.1.0-rc.0"},
4
{modules, [
5
elixir
6
]},
0 commit comments