summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-18 17:41:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-18 17:41:39 +0000
commit5bc8d37cec7857f1ea95c86d157467c2bbf0b4b5 (patch)
tree819d318fd5fd78245d20452b22898d894100cb5a /chef-config/lib/chef-config
parentb0dc9f01fa11bbad5bc5672248aba6ddc453d9f6 (diff)
downloadchef-5bc8d37cec7857f1ea95c86d157467c2bbf0b4b5.tar.gz
Bump version to 17.0.160 by Chef Expeditorv17.0.160
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config')
-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 46ecdffc1a..73622e0464 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("..", __dir__)
- VERSION = "17.0.159".freeze
+ VERSION = "17.0.160".freeze
end