From ffc2415a6b236ccf3061ca35e47a0f27517f5152 Mon Sep 17 00:00:00 2001 From: Christoph Weegen Date: Wed, 7 Oct 2020 20:58:41 +0200 Subject: [PATCH] Bump version to 0.3.0 --- lib/candy_check/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/candy_check/version.rb b/lib/candy_check/version.rb index d0c5e24..759e15f 100644 --- a/lib/candy_check/version.rb +++ b/lib/candy_check/version.rb @@ -1,4 +1,4 @@ module CandyCheck # The current gem's version - VERSION = "0.2.1".freeze + VERSION = "0.3.0".freeze end