diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2017-10-04 16:16:23 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2017-10-04 16:16:23 -0400 |
commit | 0d339db49ad1a3b8410f2619e0796ee8845c30fb (patch) | |
tree | 609dd3fe26cf16fee913a07a34c1861c5a14e839 /src | |
parent | 4352614e9b74ca9e6a54552afbb536049a08bc7c (diff) |
Fix messed up rollback to git versioning
was still hardcoded to 3.4.4
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 4be8b76..74efe97 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.4.4"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |