diff options
author | Tristan Sloughter <t@crashfast.com> | 2015-06-28 18:40:46 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2015-06-28 18:40:46 -0500 |
commit | 4e410b6d6ec1a1c23edcaeee67192be982097cad (patch) | |
tree | 9f703ea0459702a0fcd1141de82203ded3a32ea9 /src | |
parent | 7e0734efda17849317fc2184b6e6efcc500a3bf6 (diff) |
update contributing, readme and app.src for beta-1
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 5abb643..e5d56bb 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-6"}, + {vsn, "3.0.0-beta-1"}, {modules, []}, {registered, []}, {applications, [kernel, |