diff options
author | Tristan Sloughter <t@crashfast.com> | 2019-08-21 09:33:38 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2019-08-21 09:33:38 -0600 |
commit | 6cf8f2633d1e9e2d1f4c61ab450b57390da8cf66 (patch) | |
tree | c4687fcedd657c29936a16b92e6a75fce355bb71 /src | |
parent | 2db55cea71e88832bf34fa835e7cf964083e0d02 (diff) |
Bump to 3.12.0
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 40d953b..713ffa9 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.12.0"}, {modules, []}, {registered, []}, {applications, [kernel, |