summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-05-31 22:28:57 +0000
committerFred Hebert <mononcqc@ferd.ca>2015-05-31 22:28:57 +0000
commite09be186c10c113040fd984fa27cbda5581eef0f (patch)
treeb61622322891550f137a06f80e284368001660d7
parent7ac9f0df6996fc5efe19d10ef232b5b8b8ad70f1 (diff)
Bump to alpha-6
-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 ed5d5c8..efcecfd 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 (git, hg, etc).
-3.0 Alpha-5
+3.0 Alpha-6
====
[DOCUMENTATION](http://www.rebar3.org/v3.0/docs)
diff --git a/src/rebar.app.src b/src/rebar.app.src
index f753784..e9f0677 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-alpha-5"},
+ {vsn, "3.0.0-alpha-6"},
{modules, []},
{registered, []},
{applications, [kernel,