From f4d669886758680993725c116d014f56d77d3f25 Mon Sep 17 00:00:00 2001 From: Tom Lord Date: Thu, 31 Dec 2015 14:00:22 +0000 Subject: [PATCH] Version bump (v1.1.4) Full compatibility with ruby v2.3.0 (In reality, this only fixes some VERY minor, obscure bugs!...) Also, lots of code climate improvements / better documentation --- lib/regexp-examples/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/regexp-examples/version.rb b/lib/regexp-examples/version.rb index 78fdf1b..803ab7c 100644 --- a/lib/regexp-examples/version.rb +++ b/lib/regexp-examples/version.rb @@ -1,4 +1,4 @@ # Gem version module RegexpExamples - VERSION = '1.1.3' + VERSION = '1.1.4' end