diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-08-27 05:43:59 +0000 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-08-27 05:43:59 +0000 |
commit | bfd40d502b429100bab7980c7a0557b6d573e4ce (patch) | |
tree | 5aeec1820a29d828c51f62872083143b80a58f54 | |
parent | a1b1fd07b2ce08ae3ee338fb65b8150d42c4711d (diff) |
Bump to beta-2
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | src/rebar.app.src | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ configuration work. rebar also provides dependency management, enabling application writers to easily re-use common libraries from a variety of locations ([hex.pm](http://hex.pm), git, hg, and so on). -3.0 Beta-1 +3.0 Beta-2 ==== [DOCUMENTATION](http://www.rebar3.org/v3.0/docs) diff --git a/src/rebar.app.src b/src/rebar.app.src index 4ef493b..6b0f315 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.0.0-beta-1"}, + {vsn, "3.0.0-beta-2"}, {modules, []}, {registered, []}, {applications, [kernel, |