summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-20 13:34:41 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-20 13:34:41 +0000
commitbd550425b7fad3b8508838219ede11f1adb33f4c (patch)
tree45bca232a0405aff879349715a3887a4f91611b9 /lib
parentc9196d809d4429c7cea90731446039090da33730 (diff)
downloadohai-bd550425b7fad3b8508838219ede11f1adb33f4c.tar.gz
Bump version to 18.1.0 by Chef Expeditorv18.1.0
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 92e9bc2a..94a8c8a1 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.0.27"
+ VERSION = "18.1.0"
end