From c3ec0fcb1153bd1aff449df3892ff144eee739c8 Mon Sep 17 00:00:00 2001 From: "Tobias H. Michaelsen" Date: Fri, 2 May 2014 14:25:22 +0200 Subject: [PATCH] Updated default version of Neo4j to 2.0.3 --- lib/neography/tasks.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neography/tasks.rb b/lib/neography/tasks.rb index 39bd097..8df8483 100644 --- a/lib/neography/tasks.rb +++ b/lib/neography/tasks.rb @@ -7,7 +7,7 @@ namespace :neo4j do desc "Install Neo4j" task :install, :edition, :version do |t, args| - args.with_defaults(:edition => "community", :version => "2.0.2") + args.with_defaults(:edition => "community", :version => "2.0.3") puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}" if OS::Underlying.windows?