using version 1.7 now
authorMax De Marzi <maxdemarzi@hotmail.com>
Thu, 19 Apr 2012 18:54:16 +0000 (18:54 +0000)
committerMax De Marzi <maxdemarzi@hotmail.com>
Thu, 19 Apr 2012 18:54:16 +0000 (18:54 +0000)
lib/neography/tasks.rb

index c973cfce54b9dcf75d17f33697463d81abae34bd..1e99139ce3c65c5d37db856282efb20e477ff9a4 100644 (file)
@@ -4,7 +4,7 @@ require 'os'
 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?