summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-24 20:57:35 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-24 20:57:35 +0000
commit6a1175ad2bf52adbdeefb38d698844dc8cae5153 (patch)
tree0f56631162e6ec6b1c42a3970448cd45aebba01e /chef-bin/lib
parentb4c2005bd98e56e4806013be8bdfcf102420c79e (diff)
downloadchef-6a1175ad2bf52adbdeefb38d698844dc8cae5153.tar.gz
Bump version to 16.0.153 by Chef Expeditorv16.0.153
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 7e2aaf0f47..f136738948 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.152".freeze
+ VERSION = "16.0.153".freeze
end
#