Skip to content

Commit

Permalink
Patch bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Dec 8, 2010
1 parent 7eb711d commit ef60420
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/rdoctest/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Version
MAJOR = 0
MINOR = 0
PATCH = 2
BETA = 'pre'
BETA = nil

VERSION = [MAJOR, MINOR, PATCH, BETA].compact.join('.').freeze
end
Expand Down
2 changes: 1 addition & 1 deletion rdoctest.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $LOAD_PATH.unshift File.expand_path(File.join(File.dirname(__FILE__), 'lib'))
require 'rdoctest/version'

Gem::Specification.new do |s|
s.date = "2010-12-05"
s.date = "2010-12-08"

s.name = "rdoctest"
s.version = Rdoctest::Version::VERSION.dup
Expand Down

0 comments on commit ef60420

Please sign in to comment.