diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-10-01 08:16:37 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-10-01 08:28:31 -0400 |
commit | 4177c75a7c709b615962b1a885c119a51ed0aab0 (patch) | |
tree | 40e5dbc7643fa448fd13b4aa3241195a71baf519 /src | |
parent | 1a4b8ef1a6bcce344c2852bfa538a5f8d8f399c3 (diff) |
Bump to beta-3
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 1777e16..5ab3ddd 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-beta-2"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |