From a3dacbc3a081287bb8cbe85a7d12066310060434 Mon Sep 17 00:00:00 2001 From: Joshua Paling Date: Mon, 17 Oct 2016 20:16:00 +1100 Subject: [PATCH] release 0.3.3 --- lib/safe_update/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/safe_update/version.rb b/lib/safe_update/version.rb index c240e6e..d5a9f78 100644 --- a/lib/safe_update/version.rb +++ b/lib/safe_update/version.rb @@ -1,3 +1,3 @@ module SafeUpdate - VERSION = '0.3.2' + VERSION = '0.3.3' end