diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-04-05 15:00:26 -0400 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-04-05 15:00:26 -0400 |
commit | 15a7ccfaab4af9da65dfed834a0762d835f6bd2c (patch) | |
tree | f67cc6a77c3ffb24a0fb5bc69a324889213bb127 /src | |
parent | 56ea365ca56340448208bf255f138286c5208aa8 (diff) |
Bump to alpha-3
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 eada93b..0fd3579 100644 --- a/src/rebar.app.src +++ b/src/rebar.app.src @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.0.0-alpha-2"}, + {vsn, "3.0.0-alpha-3"}, {modules, []}, {registered, []}, {applications, [kernel, |