diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-11-24 11:37:23 -0500 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2018-11-24 11:37:23 -0500 |
commit | f450eb3940d49351c54a02a0c976ad98337d9c77 (patch) | |
tree | 932bf1ffce47bbd2936475e17b5f42837a3d7114 | |
parent | fc20a946609a8d1e22686472c47c2896b97eaefa (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 5175785..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.3"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |