summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2020-05-30 09:20:17 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2020-05-30 09:20:17 +0200
commitd30855fe96e33fed39bd5aa7ba6879ba62306860 (patch)
treecb9675da9e1541d3856c6edcf0043558fd516e29
parent846c2f7d8a2ea99f45a3a0dedaf838d17a966ed2 (diff)
downloadcoderay-d30855fe96e33fed39bd5aa7ba6879ba62306860.tar.gz
bump versionv1.1.3.rc1v1.1.3
-rw-r--r--lib/coderay/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/coderay/version.rb b/lib/coderay/version.rb
index f5e7a39..3c68bd8 100644
--- a/lib/coderay/version.rb
+++ b/lib/coderay/version.rb
@@ -1,3 +1,3 @@
module CodeRay
- VERSION = '1.1.2'
+ VERSION = '1.1.3'
end