diff options
author | Tristan Sloughter <t@crashfast.com> | 2019-05-30 15:41:18 -0600 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2019-05-30 15:41:18 -0600 |
commit | f47947c83458d8c19dce68f4465ad62486ce0ff3 (patch) | |
tree | 2410eccd3c24a3d57b0c0a9a16f826d4b5fd647b | |
parent | 0860d9f9f345574ee46e43379a2bc10e6ac521a3 (diff) |
back to git-based versioning
-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 c32da8f..40d953b 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.11.0"}, + {vsn, "git"}, {modules, []}, {registered, []}, {applications, [kernel, |