From dcacf4a6fc5560cb70e31552b4d17c5c95b98ded Mon Sep 17 00:00:00 2001 From: Kevin Olbrich <22176+olbrich@users.noreply.github.com> Date: Sat, 23 Mar 2024 10:17:58 -0400 Subject: [PATCH] Prep for 4.0.3 (#349) --- Gemfile.lock | 2 +- lib/ruby_units/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c7575c2..d3770f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby-units (4.0.2) + ruby-units (4.0.3) GEM remote: https://rubygems.org/ diff --git a/lib/ruby_units/version.rb b/lib/ruby_units/version.rb index 8fa4b6d..22dd581 100644 --- a/lib/ruby_units/version.rb +++ b/lib/ruby_units/version.rb @@ -1,5 +1,5 @@ module RubyUnits class Unit < Numeric - VERSION = '4.0.2'.freeze + VERSION = '4.0.3'.freeze end end