summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-17 17:09:50 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-17 17:09:53 +0000
commit881c61238f24bf5705091e27c67334e058ac60ee (patch)
tree5e6ccb0e9bb90006e1587e12b371f7b5b2fcf763 /chef-bin
parentaaf75c6b16e0a31d8e543847f5d521f688897d50 (diff)
downloadchef-881c61238f24bf5705091e27c67334e058ac60ee.tar.gz
Bump version to 16.5.61 by Chef Expeditorv16.5.61
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 c77ba939fc..87f05ae168 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.5.60".freeze
+ VERSION = "16.5.61".freeze
end
#