summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-15 19:42:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-15 19:42:53 +0000
commit5f00d246131ae027bfe9a061551b81dba4fdd048 (patch)
tree7443b6324fedbfc51aa5d4d5d904952d56692e0c /chef-bin
parent5782f13ad5d4c4b2ab7b977b87f9562c27b9b10a (diff)
downloadchef-5f00d246131ae027bfe9a061551b81dba4fdd048.tar.gz
Bump version to 17.0.151 by Chef Expeditorv17.0.151
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 de05b560e6..6e250a1ff6 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 = "17.0.150".freeze
+ VERSION = "17.0.151".freeze
end
#