summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-26 17:40:55 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-26 17:40:55 +0000
commit2f3670c759c5d2e6b1cd74e20ead1cfdd0428925 (patch)
treee7589427ba42884945bb2b4c71dfebeca81fd3c7 /chef-config
parentb79135b27d9c0c98a0877fd1019b2df19b07451e (diff)
downloadchef-2f3670c759c5d2e6b1cd74e20ead1cfdd0428925.tar.gz
Bump version to 17.3.50 by Chef Expeditorv17.3.50
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 5584a4cd31..0e7ad755ce 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.3.49".freeze
+ VERSION = "17.3.50".freeze
end