Skip to content

Commit

Permalink
To facilitate local gem testing, bumped patch level up.
Browse files Browse the repository at this point in the history
  • Loading branch information
kleb committed Mar 9, 2009
1 parent 2ae0130 commit 3157032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/redcloth/version.rb
Expand Up @@ -2,7 +2,7 @@ module RedCloth
module VERSION
MAJOR = 4
MINOR = 1
TINY = 9
TINY = 10
RELEASE_CANDIDATE = nil

STRING = [MAJOR, MINOR, TINY].join('.')
Expand All @@ -25,4 +25,4 @@ def ==(arg)
URL = "http://redcloth.org/"

DESCRIPTION = "#{NAME}-#{VERSION::FULL_VERSION} - Textile parser for Ruby.\n#{URL}"
end
end

0 comments on commit 3157032

Please sign in to comment.