summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-19 14:01:28 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-19 14:01:28 +0000
commit53933b685ba5d00e4c21d98d30681e857f60597e (patch)
tree6039039c9cb0e986b44b82487a13cebfd99d52cc /chef-config/lib
parenta5f25b60f98ca3c38c472c8e908ba72a3039f07a (diff)
downloadchef-53933b685ba5d00e4c21d98d30681e857f60597e.tar.gz
Bump version to 17.3.41 by Chef Expeditorv17.3.41
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 8544d0b21f..b278c35c59 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.40".freeze
+ VERSION = "17.3.41".freeze
end