From d893f838b530d0b2e6dc7b4d8f20d62e326b3732 Mon Sep 17 00:00:00 2001 From: Harshal LADHE Date: Sat, 28 Oct 2023 19:31:42 +0530 Subject: [PATCH] Bump version to `5.5.0` --- Gemfile.lock | 2 +- lib/unit_measurements/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 3779c4e..6275e59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - unit_measurements (5.4.1) + unit_measurements (5.5.0) activesupport (~> 7.0) GEM diff --git a/lib/unit_measurements/version.rb b/lib/unit_measurements/version.rb index 644f24d..389072f 100644 --- a/lib/unit_measurements/version.rb +++ b/lib/unit_measurements/version.rb @@ -4,5 +4,5 @@ module UnitMeasurements # Current stable version. - VERSION = "5.4.1" + VERSION = "5.5.0" end