summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-28 20:18:04 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-28 20:18:04 +0000
commitc63a8dca74db3fd542a082c7b6626ff497904290 (patch)
tree310d7868f60889f7526988ae808a91bf0ec726a7 /lib
parent3616264798b16235dc06c976f9587ec610189897 (diff)
downloadohai-c63a8dca74db3fd542a082c7b6626ff497904290.tar.gz
Bump version to 18.1.4 by Chef Expeditorv18.1.4
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 35c5fccc..5b05298d 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.3"
+ VERSION = "18.1.4"
end