summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-28 23:45:37 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-28 23:45:37 +0000
commite595ab330b4a31beb2dafbcfe5eb561ea8c7b93c (patch)
tree3a097a551e6e64a346c19c30394830ada4194c7f /lib
parentaa30dd7905824bd7c0770cd72999d3b5c669b7db (diff)
downloadohai-e595ab330b4a31beb2dafbcfe5eb561ea8c7b93c.tar.gz
Bump version to 18.1.2 by Chef Expeditorv18.1.2
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 91eb988f..fd4747dc 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.1"
+ VERSION = "18.1.2"
end