diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-03-24 22:17:52 -0700 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-03-24 22:17:52 -0700 |
commit | 61455c04d01b07aa9a12368091259bbb840e836a (patch) | |
tree | 3a5d4ec9de30140c06be8f984a010f67f05cbdd2 /src | |
parent | ab53164afbebada296c74dba0870d372e63c3f53 (diff) |
Bump to alpha-2
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 82ad2bb..ee4bfd7 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-1"}, + {vsn, "3.0.0-alpha-2"}, {modules, []}, {registered, []}, {applications, [kernel, |