summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-19 17:03:01 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-19 17:03:05 +0000
commit77a5acf5cc391c2de78d2949c8b2975989262c24 (patch)
tree0c97db9e1e026fc7066f639669ae9dcfc5cd4073 /chef-config/lib
parentbd40569f4c4899be0515a1815c84f6a114874c57 (diff)
downloadchef-77a5acf5cc391c2de78d2949c8b2975989262c24.tar.gz
Bump version to 16.4.40 by Chef Expeditorv16.4.40
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 5ae6a2cc10..31ae4d4b8b 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 = "16.4.39".freeze
+ VERSION = "16.4.40".freeze
end