From 84acd5113ff60c9d88a9d1d2d3a8548b5bee183a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 28 Jan 2025 14:29:28 +0000 Subject: [PATCH] Bump version to 1.0.55 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- VERSION | 2 +- lib/omnibus-harmony/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 341c033..61098d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.54 \ No newline at end of file +1.0.55 \ No newline at end of file diff --git a/lib/omnibus-harmony/version.rb b/lib/omnibus-harmony/version.rb index 12a1ad7..9428b18 100644 --- a/lib/omnibus-harmony/version.rb +++ b/lib/omnibus-harmony/version.rb @@ -1,3 +1,3 @@ module OmnibusHarmony - VERSION = "1.0.54" + VERSION = "1.0.55" end