From d77a7291b8bf0072afd45f22f61d9b7c437a262a Mon Sep 17 00:00:00 2001 From: Mark VanderVoord Date: Sun, 3 May 2020 16:39:42 -0400 Subject: [PATCH] Bump Version --- lib/ceedling/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ceedling/version.rb b/lib/ceedling/version.rb index 49c84623..63301cb3 100644 --- a/lib/ceedling/version.rb +++ b/lib/ceedling/version.rb @@ -44,7 +44,7 @@ module Version eval("#{name} = '#{a.join(".")}'") end - GEM = "0.29.2" + GEM = "0.30.0" CEEDLING = GEM end end