summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-12 16:36:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-12 16:36:12 +0000
commite9aeb984211b41602d5c2a968ab1aa619d07f4b6 (patch)
tree416e91eed90e23d1b1d4e0fb65d6248295f9a28c /lib
parentfb1bbb85a9d884604a06cb9a7eae2ae605aa3f37 (diff)
downloadohai-e9aeb984211b41602d5c2a968ab1aa619d07f4b6.tar.gz
Bump version to 16.4.9 by Chef Expeditorv16.4.9
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 7577b11e..3e2dcda9 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "16.4.8".freeze
+ VERSION = "16.4.9".freeze
end