diff options
author | Tristan Sloughter <t@crashfast.com> | 2019-08-21 09:37:07 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2019-08-21 09:37:07 -0600 |
commit | c2d74ada46c94c322848aa5f5516f9f9ac650a97 (patch) | |
tree | 835f87e8e85248b448a0ddcac0269d7d4f86716a /src | |
parent | 6cf8f2633d1e9e2d1f4c61ab450b57390da8cf66 (diff) |
back to git-based versioning
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 713ffa9..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.12.0"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |