diff options
author | Tristan Sloughter <t@crashfast.com> | 2019-04-16 08:01:12 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2019-04-16 08:16:21 -0600 |
commit | 25661c94503b829c1909593509b52a23c7c025f3 (patch) | |
tree | 74d06c32c4e60a10670742e94667c9820429c83f /src | |
parent | 2f7bde8cd6f7b8a7b21f6fda7a096ef31b4c1cf0 (diff) |
Bump to 3.10.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..4089360 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.10.0"}, {modules, []}, {registered, []}, {applications, [kernel, |