diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-11-14 15:07:56 -0500 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-11-14 15:16:50 -0500 |
commit | 356ac5033d12b8b91ed0d6c4d308b00070ab12b9 (patch) | |
tree | 663bfcf32a609d3f3486082108ac49aad6df453e /src | |
parent | 82a6ab3dcedff6ea4a2626283f2145bb3112a3a2 (diff) |
Bump to beta-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 67973eb..0314218 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "git"}, + {vsn, "3.0.0-beta.4"}, {modules, []}, {registered, []}, {applications, [kernel, |