summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2016-06-04 14:10:45 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2016-06-04 14:10:45 +0200
commit545398fac57b5949359298e1f258e1746adfa3e5 (patch)
tree293acba486b50354f7da3cee3eb2fdcf959add84
parenta38b3370cae2d5917734c6480ea99c9c8e9a5cea (diff)
downloadcoderay-545398fac57b5949359298e1f258e1746adfa3e5.tar.gz
update version; this will be CodeRay 2
-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 7ea3f70..ed87d63 100644
--- a/lib/coderay/version.rb
+++ b/lib/coderay/version.rb
@@ -1,3 +1,3 @@
module CodeRay
- VERSION = '1.1.1'
+ VERSION = '2.0.0'
end