From 7f78a5b9d90bf36bba2d85d2f3009ef1d6cf0ff1 Mon Sep 17 00:00:00 2001 From: = Date: Sat, 17 Jan 2015 16:41:05 +0000 Subject: [PATCH] Version bump (v0.2.4) Escape sequences and unicode characters now supported, plus better support for control characters --- 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 c9072e4..f844963 100644 --- a/lib/regexp-examples/version.rb +++ b/lib/regexp-examples/version.rb @@ -1,3 +1,3 @@ module RegexpExamples - VERSION = '0.2.3' + VERSION = '0.2.4' end