summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-16 02:16:46 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-16 02:16:46 +0000
commitb06f6271bebadaa9d75bac23bdfed31b0e0f022c (patch)
tree5df375e65b61ed59f1e3ab8ab67d5eb31b4e1af9 /chef-config/lib
parentd7ce73fdec304b68b635dcf673f922ef79fc4a87 (diff)
downloadchef-b06f6271bebadaa9d75bac23bdfed31b0e0f022c.tar.gz
Bump version to 17.0.153 by Chef Expeditorv17.0.153
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 63ffce5f49..87e8002e25 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.152".freeze
+ VERSION = "17.0.153".freeze
end