Browse Source

Bump to alpha-6

pull/496/head alpha-6
Fred Hebert 10 years ago
parent
commit
e09be186c1
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      README.md
  2. +1
    -1
      src/rebar.app.src

+ 1
- 1
README.md View File

@ -13,7 +13,7 @@ configuration work. rebar also provides dependency management, enabling
application writers to easily re-use common libraries from a variety of
locations (git, hg, etc).
3.0 Alpha-5
3.0 Alpha-6
====
[DOCUMENTATION](http://www.rebar3.org/v3.0/docs)

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

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

Loading…
Cancel
Save