From 821b2c8a9b7f37c7d7bb26f68d68080013eeb44e Mon Sep 17 00:00:00 2001 From: Pedram Nimreezi Date: Sat, 30 May 2015 14:36:22 -0400 Subject: [PATCH] Tag version 0.1.7 --- 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 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, []}},