From 38191c369a29c4cd8f6c5a30233014b7d7547813 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Tue, 14 Apr 2015 18:49:13 +0000 Subject: Bump to alpha-4 --- README.md | 2 +- src/rebar.app.src | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8002f93..320b3cf 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-3 +3.0 Alpha-4 ==== [DOCUMENTATION](http://www.rebar3.org/v3.0/docs) diff --git a/src/rebar.app.src b/src/rebar.app.src index 61f719b..63cca9c 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-3"}, + {vsn, "3.0.0-alpha-4"}, {modules, []}, {registered, []}, {applications, [kernel, -- cgit v1.1