summaryrefslogtreecommitdiff
path: root/chef-bin
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-bin
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-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 6b95d1cdd0..6cb44fcb8b 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.4.39".freeze
+ VERSION = "16.4.40".freeze
end
#