diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-02-24 00:27:32 +0000 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-02-24 00:27:32 +0000 |
commit | 1a132f6c36c8d3cc69b56d40e780b86a8d444a2a (patch) | |
tree | c380a902a23b40b416baf47bdcfe8b7746998c86 | |
parent | a0e85721caaeedbc66b4a56adf00ac89228a07d3 (diff) |
We can use 3.0.0 when we're done.
-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 7d5e119..1314ead 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"}, + {vsn, "3.0.0-pre_alpha"}, {modules, []}, {registered, []}, {applications, [kernel, |