From 346a0f6a567972657e87513a81fd7912baf89a91 Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Thu, 19 Apr 2012 18:54:16 +0000 Subject: [PATCH] using version 1.7 now --- 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 c973cfc..1e99139 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.7.M03") + args.with_defaults(:edition => "community", :version => "1.7") puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}" if OS::Underlying.windows?