diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-09-13 18:17:36 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2018-09-13 18:17:36 -0400 |
commit | 5e678754d7951a1700e2fcca4e1eb91ecc862e1a (patch) | |
tree | 8d350efdc7df9bcda674bdcc879bed24933f804e /src | |
parent | 4ec1d288c0b90ce92dffc687bb6287fcf5a2776d (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 cc6b11e..c96f65c 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.6.2"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |