From d4bbc174e3aa84206b0172859d009dec1246973a Mon Sep 17 00:00:00 2001 From: Michael Karlesky Date: Tue, 9 Jul 2024 21:53:24 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Bumped=20version=20to=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ceedling/version.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ceedling/version.rb b/lib/ceedling/version.rb index afd7fa34..ea37b206 100644 --- a/lib/ceedling/version.rb +++ b/lib/ceedling/version.rb @@ -13,6 +13,9 @@ module Ceedling module Version + GEM = "1.0.0" + CEEDLING = GEM + # If this file is loaded, we know it is next to the vendor path to use for version lookups vendor_path = File.expand_path( File.join( File.dirname( __FILE__ ), '../../vendor' ) ) @@ -42,9 +45,6 @@ module Version eval("#{name} = '#{a.join(".")}'") end - GEM = "0.32.0" - CEEDLING = GEM - # If run as a script, end with printing Ceedling’s version to $stdout puts CEEDLING if (__FILE__ == $0) end