From d38057da751480626bc7e30512265e3736e90df0 Mon Sep 17 00:00:00 2001 From: Brian Underwood Date: Mon, 9 Mar 2015 09:12:10 +0200 Subject: [PATCH] Bug patch bug fix --- lib/neo4j/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neo4j/version.rb b/lib/neo4j/version.rb index ed1af7146..5c30ef9b2 100644 --- a/lib/neo4j/version.rb +++ b/lib/neo4j/version.rb @@ -1,3 +1,3 @@ module Neo4j - VERSION = '4.1.3' + VERSION = '4.1.4' end