From 8a485fe7f974547ceef2b3d5b7d8c8aab04f3993 Mon Sep 17 00:00:00 2001 From: Tom Lord Date: Sun, 29 Jul 2018 13:39:30 +0100 Subject: [PATCH] Version bump (v1.4.2 --> v1.4.3) --- 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 758ced6..b99fb67 100644 --- a/lib/regexp-examples/version.rb +++ b/lib/regexp-examples/version.rb @@ -1,4 +1,4 @@ # Gem version module RegexpExamples - VERSION = '1.4.2'.freeze + VERSION = '1.4.3'.freeze end