Skip to content

Commit

Permalink
🔖 Bumped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkarlesky committed Jul 10, 2024
1 parent 922701f commit d4bbc17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/ceedling/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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' ) )

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d4bbc17

Please sign in to comment.