diff options
author | Tristan Sloughter <t@crashfast.com> | 2018-11-23 14:57:00 -0700 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2018-11-23 14:57:00 -0700 |
commit | 093792ba189c770793903acba888ee54ed970f5a (patch) | |
tree | c5fe16d6cdcf5255ed41f2ae5a51ea2f52f82b76 | |
parent | 37fdc7e515bd3db197cec92fa476923d19ec283a (diff) |
bump to 3.7.1
-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 6058efc..ad29844 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.1"}, {modules, []}, {registered, []}, {applications, [kernel, |