summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-08-27 05:43:59 +0000
committerFred Hebert <mononcqc@ferd.ca>2015-08-27 05:43:59 +0000
commitbfd40d502b429100bab7980c7a0557b6d573e4ce (patch)
tree5aeec1820a29d828c51f62872083143b80a58f54
parenta1b1fd07b2ce08ae3ee338fb65b8150d42c4711d (diff)
Bump to beta-2
-rw-r--r--README.md2
-rw-r--r--src/rebar.app.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0d24dda..4054b8d 100644
--- a/README.md
+++ b/README.md
@@ -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,