summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-25 22:09:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-25 22:09:51 +0000
commit4007395fba618f10f070d4b4aa438179c8d07bc7 (patch)
tree3fe3a342a217b03068cb281d035ba3f0cb4390de /chef-bin
parentcff7ae5b3a6f8db295c09837c6fc19682709a04d (diff)
downloadchef-4007395fba618f10f070d4b4aa438179c8d07bc7.tar.gz
Bump version to 16.2.61 by Chef Expeditorv16.2.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 7ffe844732..8e88b3b750 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("../..", __FILE__)
- VERSION = "16.2.60".freeze
+ VERSION = "16.2.61".freeze
end
#