Skip to content
This repository has been archived by the owner on Feb 15, 2018. It is now read-only.

Commit

Permalink
bump to 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
qrush committed Feb 11, 2011
1 parent 8490085 commit 1ce5300
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions daikon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{daikon}
s.version = "0.7.2"
s.version = "0.7.3"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Nick Quaranto"]
Expand All @@ -27,9 +27,6 @@ Gem::Specification.new do |s|
"Rakefile",
"bin/daikon",
"daikon.gemspec",
"features/daikon.feature",
"features/step_definitions/daikon_steps.rb",
"features/support/env.rb",
"lib/daikon.rb",
"lib/daikon/client.rb",
"lib/daikon/configuration.rb",
Expand Down
2 changes: 1 addition & 1 deletion lib/daikon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
require 'daikon/redis_hacks'

module Daikon
VERSION = "0.7.2"
VERSION = "0.7.3"
end

0 comments on commit 1ce5300

Please sign in to comment.