summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-01 03:18:19 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-01 03:18:19 +0000
commit211463b86f35b68f8388bd10a8667ddc37a6b25d (patch)
treebc028df32fe643bef8834ccf81ad92c6dd09c42e /chef-config/lib/chef-config/version.rb
parent7cdd4543bcbdd887c79b0fbb2de99bd2726ef59d (diff)
downloadchef-211463b86f35b68f8388bd10a8667ddc37a6b25d.tar.gz
Bump version to 17.4.40 by Chef Expeditorv17.4.40
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 547680e152..221136e752 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.4.39".freeze
+ VERSION = "17.4.40".freeze
end