summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-09 22:02:52 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-09 22:02:52 +0000
commit11fa34a18052c10434051b274c66dce713835a58 (patch)
tree55e77ba5528900f90c960b47ab1db7bf3e950810 /chef-bin
parent54f6c5e775e5e63890c846b036f9f5d15655da1f (diff)
downloadchef-11fa34a18052c10434051b274c66dce713835a58.tar.gz
Bump version to 16.2.96 by Chef Expeditorv16.2.96
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 7192a0cf58..5ca13c207d 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.2.95".freeze
+ VERSION = "16.2.96".freeze
end
#