diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2012-04-02 00:51:17 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2012-04-02 00:51:17 +0200 |
commit | 240f002759809c7c7ca368b04205f3f3de0e8592 (patch) | |
tree | 3ce87794d9873a57911278750393a4e0393b7937 /lib/coderay | |
parent | e58cdd2a130ef619e54360207761bc50b2d39f83 (diff) | |
download | coderay-240f002759809c7c7ca368b04205f3f3de0e8592.tar.gz |
update changelog, bump version to 1.0.6v1.0.6.rc1
Diffstat (limited to 'lib/coderay')
-rw-r--r-- | lib/coderay/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/version.rb b/lib/coderay/version.rb index e2797b5..368b963 100644 --- a/lib/coderay/version.rb +++ b/lib/coderay/version.rb @@ -1,3 +1,3 @@ module CodeRay - VERSION = '1.0.5' + VERSION = '1.0.6' end |