From bba578363822edb10513731c997d9f35ab456e5f Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Thu, 22 Mar 2012 05:09:29 +0000 Subject: [PATCH] moving up to 1.7.M01 as the default --- 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 795d43e..639c317 100644 --- a/lib/neography/tasks.rb +++ b/lib/neography/tasks.rb @@ -4,7 +4,7 @@ namespace :neo4j do desc "Install Neo4j" task :install, :edition, :version do |t, args| - args.with_defaults(:edition => "community", :version => "1.6.1") + args.with_defaults(:edition => "community", :version => "1.7.M01") puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}" if OS::Underlying.windows?