Skip to content

Commit

Permalink
bumped version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldix committed Oct 28, 2009
1 parent 887257b commit e5532a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/typhoeus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
require 'typhoeus/hydra'

module Typhoeus
VERSION = "0.1.6"
VERSION = "0.1.7"

def self.easy_object_pool
@easy_objects ||= []
Expand Down
2 changes: 1 addition & 1 deletion typhoeus.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{typhoeus}
s.version = "0.1.6"
s.version = "0.1.7"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Paul Dix"]
Expand Down

0 comments on commit e5532a3

Please sign in to comment.