summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-10 22:53:51 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-10 22:53:51 +0000
commit975236d9a3f29941fe33883f93efcb19f96546fc (patch)
treed03438efd80e0a7b65b15d7ba30d9f1d07f5a78d /lib
parent2347c1439ab06857f6da8661ca33888b5ed9c823 (diff)
downloadohai-975236d9a3f29941fe33883f93efcb19f96546fc.tar.gz
Bump version to 16.5.2 by Chef Expeditorv16.5.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 7c4b6600..a2226f60 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.5.1".freeze
+ VERSION = "16.5.2".freeze
end