summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-07 03:14:15 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-07 03:14:15 +0000
commit1b82be4658be799e4ef47d68eee81a543d39ea5e (patch)
treebeed93ef0e2f1135fab0fdf0cc2498d82cf755c0 /lib
parent24bae2090382bda1db54e93f4dec7e028053e699 (diff)
downloadohai-1b82be4658be799e4ef47d68eee81a543d39ea5e.tar.gz
Bump version to 16.7.15 by Chef Expeditorv16.7.15
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 fa591ffc..f605cf15 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.14"
+ VERSION = "16.7.15"
end