diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-03-08 00:19:11 +0000 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-03-08 00:28:10 +0000 |
commit | f65f506ac2a266ccf1fff6c53072dcf248518e6f (patch) | |
tree | c151d025530536501ee86b2eade521532f8feb00 /src | |
parent | a18ddc4c97c474bbf0f75984b77fa9e1e5fa5583 (diff) |
Bump to alpha
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 bd98277..62cabf9 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-pre_alpha"}, + {vsn, "3.0.0-alpha"}, {modules, []}, {registered, []}, {applications, [kernel, |