Browse Source

Turn back to git-based semver for post-release

pull/1149/head
Fred Hebert 9 years ago
parent
commit
0844e27d5b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar.app.src

+ 1
- 1
src/rebar.app.src View File

@ -3,7 +3,7 @@
{application, rebar,
[{description, "Rebar: Erlang Build Tool"},
{vsn, "3.1.0"},
{vsn, "git"},
{modules, []},
{registered, []},
{applications, [kernel,

Loading…
Cancel
Save