Skip to content

Commit

Permalink
install 1.6.1 from now on
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Mar 6, 2012
1 parent 644145b commit 9e4540e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neography/tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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")
args.with_defaults(:edition => "community", :version => "1.6.1")
puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}"

if OS::Underlying.windows?
Expand Down

0 comments on commit 9e4540e

Please sign in to comment.