diff options
author | Jared Morrow <jared@basho.com> | 2013-11-22 07:54:28 -0700 |
---|---|---|
committer | Jared Morrow <jared@basho.com> | 2013-11-22 07:54:28 -0700 |
commit | 8b7f5442a905f47169efa3790e08d9ac5070d825 (patch) | |
tree | 7b7b85a898a5d31f4ec3957eb5c781f37d6b40df /ebin | |
parent | bef82867067985332598e5b1d4f17f3426552acd (diff) |
Roll rebar version 2.1.0
Diffstat (limited to 'ebin')
-rw-r--r-- | ebin/rebar.app | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/rebar.app b/ebin/rebar.app index d3a50df..e64a51f 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "2.1.0-pre"}, + {vsn, "2.1.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils, |