diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-06-25 16:52:59 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2018-06-25 16:52:59 -0400 |
commit | 5a3c8e5b3d74e619d9ea82d8004cb01d65a21443 (patch) | |
tree | 1db87f5cd9bc8b087651b62e570a90c92753a56a | |
parent | 9ec901e47bc1259204896e4a102f23eca2c22953 (diff) |
Back to git-based versioning
-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 1a844ca..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.1"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |