summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-22 05:44:08 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-22 05:44:08 +0000
commitf533b346960d6f31c96837a1e8e2c32ab2cf4f80 (patch)
treeffc2d6a660faf25888cc42d34a2964a2e0c4cff3 /lib
parentb99534fe0de8d9188455d8391a686e601a72bf20 (diff)
downloadchef-f533b346960d6f31c96837a1e8e2c32ab2cf4f80.tar.gz
Bump version to 16.0.6 by Chef Expeditorv16.0.6
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 1ceeca4e2d..ac8332fd9d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.5")
+ VERSION = Chef::VersionString.new("16.0.6")
end
#