diff options
Diffstat (limited to 'lib/coderay.rb')
-rw-r--r-- | lib/coderay.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay.rb b/lib/coderay.rb index 6bc16fc..894dd71 100644 --- a/lib/coderay.rb +++ b/lib/coderay.rb @@ -132,7 +132,7 @@ module CodeRay # Minor: feature milestone # Teeny: development state, 0 for pre-release # Revision: Subversion Revision number (generated on rake gem:make) - VERSION = '0.9.0' + VERSION = '0.9.1' require 'coderay/tokens' require 'coderay/token_classes' |