diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-05-31 22:28:57 +0000 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-05-31 22:28:57 +0000 |
commit | e09be186c10c113040fd984fa27cbda5581eef0f (patch) | |
tree | b61622322891550f137a06f80e284368001660d7 /src | |
parent | 7ac9f0df6996fc5efe19d10ef232b5b8b8ad70f1 (diff) |
Bump to alpha-6
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 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, |