From ea5b0503ec5c5ea42a1c32ecc75663840c8624a4 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 1 Nov 2024 17:17:08 +0000 Subject: [PATCH] Bump version to 1.0.8 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 f9cbc01a..337a6a8f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.7 \ No newline at end of file +1.0.8 \ No newline at end of file diff --git a/lib/omnibus-harmony/version.rb b/lib/omnibus-harmony/version.rb index 01b8464f..239c97c9 100644 --- a/lib/omnibus-harmony/version.rb +++ b/lib/omnibus-harmony/version.rb @@ -1,3 +1,3 @@ module OmnibusHarmony - VERSION = "1.0.7" + VERSION = "1.0.8" end