From 78af556b4c8026b65afa206698bcae5965bf79b5 Mon Sep 17 00:00:00 2001 From: Joshua Paling Date: Wed, 19 Oct 2016 22:19:03 +1100 Subject: [PATCH] v0.4.0 --- 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 d5a9f78..a15c33a 100644 --- a/lib/safe_update/version.rb +++ b/lib/safe_update/version.rb @@ -1,3 +1,3 @@ module SafeUpdate - VERSION = '0.3.3' + VERSION = '0.4.0' end