diff options
author | Tristan Sloughter <t@crashfast.com> | 2018-11-24 15:22:50 -0700 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2018-11-24 15:22:50 -0700 |
commit | 99a7b7ea36bea41b687475ccfd4dee7dfd6d36d3 (patch) | |
tree | 15f620b550a261deee9a2d9fb1b48d6738d3d94d /src | |
parent | 0907ccea9a235432118946e51e874e84b7e9a25d (diff) |
back to git 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 b89347d..6058efc 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.7.4"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |