summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-21 20:25:27 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-21 20:25:27 +0000
commitb846145fdce2fbb21b760ad83b1b54a49c43ba8a (patch)
treeb4b066d6acf723ba6b02dc66cc6263dfacadb988 /lib
parent457778a73902592e3dca543b5a489290c72a5e16 (diff)
downloadohai-b846145fdce2fbb21b760ad83b1b54a49c43ba8a.tar.gz
Bump version to 18.1.1 by Chef Expeditorv18.1.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/ohai/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 94a8c8a1..91eb988f 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.1.0"
+ VERSION = "18.1.1"
end