diff --git a/src/goldrush.app.src b/src/goldrush.app.src index e959550..5fa718d 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.8"}, + {vsn, "0.1.9"}, {registered, []}, {applications, [kernel, stdlib, syntax_tools, compiler]}, {mod, {gr_app, []}},