From 6f3733b1357bbefa60150314e9c9a2209b5d88c0 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 9 Dec 2024 14:25:10 +0000 Subject: [PATCH] Bump version to 1.0.20 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 e7ad390..450f88e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.19 \ No newline at end of file +1.0.20 \ No newline at end of file diff --git a/lib/omnibus-harmony/version.rb b/lib/omnibus-harmony/version.rb index 0ed5a22..11b7802 100644 --- a/lib/omnibus-harmony/version.rb +++ b/lib/omnibus-harmony/version.rb @@ -1,3 +1,3 @@ module OmnibusHarmony - VERSION = "1.0.19" + VERSION = "1.0.20" end