diff options
author | Tristan Sloughter <t@crashfast.com> | 2018-11-23 15:00:23 -0700 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2018-11-23 15:00:23 -0700 |
commit | 86922f0636a1cfb73b845a152ba4021b59c92901 (patch) | |
tree | 6275dd5121b8a1bebb75482af4ee586c9d2aa447 /src | |
parent | 093792ba189c770793903acba888ee54ed970f5a (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 ad29844..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.1"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |