diff options
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r-- | src/rebar.app.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src index 5934f38..5b735cf 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.1.1"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, @@ -23,7 +23,7 @@ erlware_commons, providers, bbmustache, - ssl_verify_hostname, + ssl_verify_fun, certifi, cth_readable, relx, |