summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-16 02:16:46 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-16 02:16:46 +0000
commitb06f6271bebadaa9d75bac23bdfed31b0e0f022c (patch)
tree5df375e65b61ed59f1e3ab8ab67d5eb31b4e1af9 /chef-bin
parentd7ce73fdec304b68b635dcf673f922ef79fc4a87 (diff)
downloadchef-b06f6271bebadaa9d75bac23bdfed31b0e0f022c.tar.gz
Bump version to 17.0.153 by Chef Expeditorv17.0.153
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 1f712e4032..f7f89d6ded 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.152".freeze
+ VERSION = "17.0.153".freeze
end
#