summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-13 19:18:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-13 19:18:12 +0000
commit2e58fd6d0b95003b1b5b2722373ca5cde835dcb7 (patch)
tree93dadcfb8b45928041c9f243b5dcb4a5bcde32f5 /chef-bin
parenta27801f1795797d8382d536ab96a182fabd19f6a (diff)
downloadchef-2e58fd6d0b95003b1b5b2722373ca5cde835dcb7.tar.gz
Bump version to 16.0.296 by Chef Expeditorv16.0.296
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 f6033df3e5..7ecbc1076e 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.0.295".freeze
+ VERSION = "16.0.296".freeze
end
#