summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-29 18:30:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-29 18:30:54 +0000
commit2858a75cfcf673e0a38d7c99829a02ffacd3ebc3 (patch)
tree1b3e580b7374e5f5e4e1d16326dd41b8af232b04 /chef-config/lib
parent5821c3fa239d841f5285bfabe7afc569cf58a5f1 (diff)
downloadchef-2858a75cfcf673e0a38d7c99829a02ffacd3ebc3.tar.gz
Bump version to 17.0.250 by Chef Expeditorv17.0.250
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 082062da56..ba95702389 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.249".freeze
+ VERSION = "17.0.250".freeze
end