diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-04-14 18:49:13 +0000 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-04-14 18:49:13 +0000 |
commit | 38191c369a29c4cd8f6c5a30233014b7d7547813 (patch) | |
tree | 8c41211af62a4590e17265f7eb41f8702d9f1345 /src | |
parent | bd6d6206ca8a593c4b956c7658b441a937f13b13 (diff) |
Bump to alpha-4
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar.app.src | 2 |
1 files changed, 1 insertions, 1 deletions
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, |