diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2016-08-26 13:01:58 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2016-08-26 13:01:58 -0400 |
commit | 8ee9cc89969afd79bf8687dcdf978f1a09e01d48 (patch) | |
tree | 8182f4775d98c6d82498c3fae13e2b8cd80a2185 /src | |
parent | ff4fd9f6f0c9989d1ff851c6201928f2a3f18e70 (diff) |
Returning to git-based tagging
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 c844475..5b735cf 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.3.0"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |