From b18ed47cf684aea6ac1ba8e9390bd55d2da68c0f Mon Sep 17 00:00:00 2001 From: Harshal LADHE Date: Sun, 22 Oct 2023 22:41:28 +0530 Subject: [PATCH] Bump version to `5.3.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 29303f1..5323e4e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - unit_measurements (5.2.0) + unit_measurements (5.3.0) activesupport (~> 7.0) GEM diff --git a/lib/unit_measurements/version.rb b/lib/unit_measurements/version.rb index 5753c71..af0185f 100644 --- a/lib/unit_measurements/version.rb +++ b/lib/unit_measurements/version.rb @@ -4,5 +4,5 @@ module UnitMeasurements # Current stable version. - VERSION = "5.2.0" + VERSION = "5.3.0" end