From b540c002e746cfb5befcee24b8244edbc51c023b Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Mon, 6 Aug 2012 17:33:45 +0200 Subject: [PATCH] Fix vsn string --- ebin/rebar.app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebin/rebar.app b/ebin/rebar.app index e18c400..9e0bab5 100644 --- a/ebin/rebar.app +++ b/ebin/rebar.app @@ -3,7 +3,7 @@ {application, rebar, [{description, "Rebar: Erlang Build Tool"}, - {vsn, "3.0.0"}, + {vsn, "2.9.0"}, {modules, [ rebar, rebar_abnfc_compiler, rebar_app_utils,