diff options
author | Tristan Sloughter <t@crashfast.com> | 2019-06-01 09:42:35 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2019-06-01 09:42:35 -0600 |
commit | 2a38e6bdae6f93d746921cf45e624fc9a8c48d8c (patch) | |
tree | 15df484da6adc01d48c4e9085b174b500fdd17d3 | |
parent | 2d63f7d273ab9965a70019e1dd94a11a632247b3 (diff) |
back to git-based versioning
-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 9ce5c71..40d953b 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.11.1"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |