Skip to content

Commit

Permalink
trying Neo4j 1.6M03
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Jan 13, 2012
1 parent 632cfd9 commit cddabd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Just add gem 'neography' to your Gemfile and run bundle install.
The following tasks will be available to you:

rake neo4j:install # Install Neo4j to the neo4j directory under your project
rake neo4j:install[community,1.6.M02] # Install Neo4j Community edition, version 1.6.M02
rake neo4j:install[community,1.6.M03] # Install Neo4j Community edition, version 1.6.M03
rake neo4j:install[advanced,1.5] # Install Neo4j Advanced edition, version 1.5
rake neo4j:install[enterprise,1.5] # Install Neo4j Enterprise edition, version 1.5
rake neo4j:start # Start Neo4j
Expand Down
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.M02")
args.with_defaults(:edition => "community", :version => "1.6.M03")
puts "Installing Neo4j-#{args[:edition]}-#{args[:version]}"

if OS::Underlying.windows?
Expand Down

0 comments on commit cddabd3

Please sign in to comment.