diff --git a/src/eql.app.src b/src/eql.app.src index a567d48..7caab6a 100644 --- a/src/eql.app.src +++ b/src/eql.app.src @@ -1,6 +1,6 @@ {application, eql, [ {description, "Erlang with SQL"} - , {vsn, "0.1.2"} + , {vsn, "0.2.0"} , {registered, []} , {applications, [kernel, stdlib]} , {env, []}