Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jul 22, 2008
1 parent 662cd9d commit 4e579db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/thinking_sphinx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module ThinkingSphinx
module Version #:nodoc:
Major = 0
Minor = 9
Tiny = 7
Tiny = 8

String = [Major, Minor, Tiny].join('.')
end
Expand Down
2 changes: 1 addition & 1 deletion thinking-sphinx.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = "thinking-sphinx"
s.version = "0.9.7"
s.version = "0.9.8"
s.summary = "A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching."
s.description = "A concise and easy-to-use Ruby library that connects ActiveRecord to the Sphinx search daemon, managing configuration, indexing and searching."
s.author = "Pat Allan"
Expand Down

0 comments on commit 4e579db

Please sign in to comment.