summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-17 22:01:22 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-17 22:01:22 +0000
commit417cbc460e098f1a0397aa64d8a3c1686f9122f2 (patch)
tree548361be0f8ed605aeef6375c961289ea6def873 /chef-config
parentf339cdcdc461cad2c4c100582829b9a277157589 (diff)
downloadchef-417cbc460e098f1a0397aa64d8a3c1686f9122f2.tar.gz
Bump version to 17.0.156 by Chef Expeditorv17.0.156
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to '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 c267d6c7a0..d629e73d91 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.155".freeze
+ VERSION = "17.0.156".freeze
end