summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-25 16:24:12 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-25 16:24:12 +0000
commit13d51514683b7e077d64079396ff131b68b20431 (patch)
tree1e9634a26724a98642a82b6d78d7ea1fd071415a /chef-bin
parent38c3bac782c419718f42bd58ba71efa614c9dc61 (diff)
downloadchef-13d51514683b7e077d64079396ff131b68b20431.tar.gz
Bump version to 16.7.61 by Chef Expeditorv16.7.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 6cf59b91b0..f6ae9ff0e8 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.7.60".freeze
+ VERSION = "16.7.61".freeze
end
#