summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-06 16:12:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-06 16:12:51 +0000
commit1d3b0b74a8a7c5244878c8b8f46946a1d2205641 (patch)
treec52b81ccdce8ddfe3b7e015bee70c38e743f3978 /lib
parent46e5e9d9fd81eaa99a87ece2fe6cc895307c04b4 (diff)
downloadohai-1d3b0b74a8a7c5244878c8b8f46946a1d2205641.tar.gz
Bump version to 16.1.0 by Chef Expeditorv16.1.0
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 167ac87c..0ee7ebe5 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.0.20".freeze
+ VERSION = "16.1.0".freeze
end