summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-03-23 21:28:46 -0700
committerFred Hebert <mononcqc@ferd.ca>2015-03-23 21:29:17 -0700
commitf97d5ab19df1f199e2cad6b3017c7cb017c69ede (patch)
tree6dcbd564a6925be29295ed74f88fa99c0ce5cb03
parent4821b923238cfe94de7ad8824c5c9ecf88275563 (diff)
Bump to alpha-1
-rw-r--r--README.md2
-rw-r--r--src/rebar.app.src2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b738850..6afcc87 100644
--- a/README.md
+++ b/README.md
@@ -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
+3.0 Alpha-1
====
[DOCUMENTATION](http://www.rebar3.org/v3.0/docs)
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,