From 609dd185946e9780ba22359358bdd0b2fc54f19a Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 5 Nov 2024 21:24:47 +0000 Subject: [PATCH] Bump version to 1.0.15 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 97bceaaf..758a46e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.14 \ No newline at end of file +1.0.15 \ No newline at end of file diff --git a/lib/omnibus-harmony/version.rb b/lib/omnibus-harmony/version.rb index 51d76f8a..275360dd 100644 --- a/lib/omnibus-harmony/version.rb +++ b/lib/omnibus-harmony/version.rb @@ -1,3 +1,3 @@ module OmnibusHarmony - VERSION = "1.0.14" + VERSION = "1.0.15" end