diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2015-03-23 21:28:46 -0700 |
---|---|---|
committer | Fred Hebert <mononcqc@ferd.ca> | 2015-03-23 21:29:17 -0700 |
commit | f97d5ab19df1f199e2cad6b3017c7cb017c69ede (patch) | |
tree | 6dcbd564a6925be29295ed74f88fa99c0ce5cb03 /src | |
parent | 4821b923238cfe94de7ad8824c5c9ecf88275563 (diff) |
Bump to alpha-1
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 62cabf9..82ad2bb 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"}, + {vsn, "3.0.0-alpha-1"}, {modules, []}, {registered, []}, {applications, [kernel, |