summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-16 19:04:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-16 19:04:35 +0000
commitb51304e737ffedd518c277ed2460ab7845a0aa54 (patch)
treef4d8ce9de642053a132f6ef89d9a3ea1c8c69e8f /lib
parentcac87307831471b56225d7ee07ef457d1d46dafc (diff)
downloadohai-b51304e737ffedd518c277ed2460ab7845a0aa54.tar.gz
Bump version to 16.7.19 by Chef Expeditorv16.7.19
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 63ab4ca2..ddd3f4b6 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.7.18"
+ VERSION = "16.7.19"
end