diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-11-24 11:36:30 -0500 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2018-11-24 11:36:30 -0500 |
commit | fc20a946609a8d1e22686472c47c2896b97eaefa (patch) | |
tree | efec5cc0f4648a8dc49a36acc77e084b5aa1b414 /src | |
parent | 0192c7439c0938b529f9230f53bd4122d68c1e8b (diff) |
Properly bump to 3.7.3
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 6058efc..5175785 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "git"}, + {vsn, "3.7.3"}, {modules, []}, {registered, []}, {applications, [kernel, |