summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-23 17:18:38 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-23 17:18:38 +0000
commit55260569f085a39467c97a3a66e7d3b68ff6295b (patch)
tree0d07688cd1a0dad21eaba47cf676c5e5de58aee1 /chef-bin/lib
parent5d10babc7abe54cf556c2edfd12c6376894e1350 (diff)
downloadchef-55260569f085a39467c97a3a66e7d3b68ff6295b.tar.gz
Bump version to 16.0.151 by Chef Expeditorv16.0.151
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 7dee57798f..99ed55237f 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.150".freeze
+ VERSION = "16.0.151".freeze
end
#