summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-05 17:05:19 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-05 17:05:19 +0000
commit3622a21df1c7e0cef0beca6b1d1fd40bbadc7031 (patch)
tree3c4c4096297fb2860d114b203177d4785a5ba600 /chef-config/lib/chef-config/version.rb
parent6772c7c1f2c5e8e4814bef8b4a6e706e1cfad636 (diff)
downloadchef-3622a21df1c7e0cef0beca6b1d1fd40bbadc7031.tar.gz
Bump version to 16.2.17 by Chef Expeditorv16.2.17
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index 431547b516..75395e4f25 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.2.16".freeze
+ VERSION = "16.2.17".freeze
end