diff options
author | Tristan Sloughter <t@crashfast.com> | 2018-09-13 20:26:47 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2018-09-13 20:26:47 -0600 |
commit | 221cbf5cac0204f3d2456552c08c38325ff592e2 (patch) | |
tree | f32150683c3ce767c4803a3f408ed01125961048 /src | |
parent | 5889a6e32bf09e5c50b49be330229bd157b5fae9 (diff) |
Back to git-based versioning
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 c122e04..530a79e 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.0-rc1"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |