diff options
author | Tristan Sloughter <t@crashfast.com> | 2018-10-05 09:01:57 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2018-10-05 09:01:57 -0600 |
commit | d59b5fdd7b7adc8d814e36f731e98d3cd5eea7b9 (patch) | |
tree | 6904768ba193c3a2078b1ed6eaff52c53057fabf /src | |
parent | d538be3481e65a00f2817344f697f88b1b55f8c3 (diff) |
Bump to 3.7.0-rc2
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 724f921..f17f6a2 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.7.0-rc2"}, {modules, []}, {registered, []}, {applications, [kernel, |