From 902dea18480aedd5a3af5346067ba9fcb38f5fa9 Mon Sep 17 00:00:00 2001 From: Thomas Powell Date: Tue, 16 Jul 2024 10:05:51 -0400 Subject: [PATCH] Force the major version bump since VERSION appeared modified in the last PR Signed-off-by: Thomas Powell --- VERSION | 2 +- lib/ohai/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 08e3ca9b8..49e3587fb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -18.2.0 +19.0.0 diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb index 4915ed015..62aa4b674 100644 --- a/lib/ohai/version.rb +++ b/lib/ohai/version.rb @@ -19,5 +19,5 @@ module Ohai OHAI_ROOT = File.expand_path(__dir__) - VERSION = "18.2.0" + VERSION = "19.0.0" end