summaryrefslogtreecommitdiff
path: root/lib/ohai/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-08 00:01:05 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-08 00:01:05 +0000
commit27eee823c1ae662094e36ee12506824c9ad9fea2 (patch)
treebd64b74927c024a00ae6ab315dec822b0d61cba6 /lib/ohai/version.rb
parent4389b9ff071c3967776076f1bda95bc89c86c53f (diff)
downloadohai-27eee823c1ae662094e36ee12506824c9ad9fea2.tar.gz
Bump version to 18.1.3 by Chef Expeditorv18.1.3
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/ohai/version.rb')
-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 fd4747dc..35c5fccc 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.2"
+ VERSION = "18.1.3"
end