Skip to content

Commit

Permalink
Updated default version of Neo4j to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiashm committed May 2, 2014
1 parent 449fc12 commit c3ec0fc
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 @@ -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?
Expand Down

0 comments on commit c3ec0fc

Please sign in to comment.