summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-17 17:23:42 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-17 17:23:42 +0000
commit5881879a660bb5a328935ea6022c0ffdb1127f33 (patch)
treeafa12a7d96564eea95e38a95a7526135952dc0b8 /chef-bin
parent59698af53a29097c425ba6011c022fccc337ee40 (diff)
downloadchef-5881879a660bb5a328935ea6022c0ffdb1127f33.tar.gz
Bump version to 17.0.155 by Chef Expeditorv17.0.155
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 2c28f44cce..231e3edf5a 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.154".freeze
+ VERSION = "17.0.155".freeze
end
#