diff --git a/src/goldrush.app.src b/src/goldrush.app.src index 2b607a3..6235a55 100644 --- a/src/goldrush.app.src +++ b/src/goldrush.app.src @@ -1,6 +1,6 @@ {application, goldrush, [ {description, "Erlang event stream processor"}, - {vsn, "0.1.6"}, + {vsn, "0.1.7"}, {registered, []}, {applications, [kernel, stdlib, syntax_tools, compiler]}, {mod, {gr_app, []}},