From 8f1b715d36b650ec1e1f5612c00e28af6ab0de82 Mon Sep 17 00:00:00 2001 From: Pedram Nimreezi Date: Tue, 31 May 2016 18:21:53 -0400 Subject: [PATCH] Bump version --- src/goldrush.app.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, []}},