From 51495bba92c92254c1d57f0c76f32958b6be2359 Mon Sep 17 00:00:00 2001 From: = Date: Tue, 13 Jan 2015 21:32:17 +0000 Subject: [PATCH] Version bump This features a pretty major bug fix, so I'm bumping the whole minor version :scream: --- 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 780869f..5fb1aa0 100644 --- a/lib/regexp-examples/version.rb +++ b/lib/regexp-examples/version.rb @@ -1,3 +1,3 @@ module RegexpExamples - VERSION = '0.1.0' + VERSION = '0.2.0' end