Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jgarber committed Oct 31, 2008
1 parent de9e245 commit 14d0e1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
=== Edge
=== 4.1.0 / October 31, 2008

* JRuby support! [olabini]
To run the tests with JRuby, you only need to: jruby -S rake
Expand Down
4 changes: 2 additions & 2 deletions lib/redcloth/version.rb
@@ -1,8 +1,8 @@
module RedCloth
module VERSION
MAJOR = 4
MINOR = 0
TINY = 4
MINOR = 1
TINY = 0
RELEASE_CANDIDATE = nil

STRING = [MAJOR, MINOR, TINY].join('.')
Expand Down

0 comments on commit 14d0e1f

Please sign in to comment.