Skip to content

Commit

Permalink
Release 1.1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrutherford committed Jul 6, 2009
1 parent 65646be commit f4dac2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/reek.rb
@@ -1,5 +1,5 @@
$:.unshift File.dirname(__FILE__)

module Reek # :doc:
VERSION = '1.1.3.8'
VERSION = '1.1.3.9'
end
2 changes: 1 addition & 1 deletion reek.gemspec
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = %q{reek}
s.version = "1.1.3.8"
s.version = "1.1.3.9"

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

0 comments on commit f4dac2b

Please sign in to comment.