summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-04-21 07:34:23 +0000
committerChef Expeditor <chef-ci@chef.io>2022-04-21 07:34:23 +0000
commit3fbcea52fd161e18216db0bf42c8e91ace71ade9 (patch)
tree3dd5d0ee95739797d4aabd87de51401bda12747c /chef-bin
parentc1027c4017631a7f1694d60f81efc8b46e0a8dc0 (diff)
downloadchef-3fbcea52fd161e18216db0bf42c8e91ace71ade9.tar.gz
Bump version to 18.0.91 by Chef Expeditorv18.0.91
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 1e666742c1..918a9699b5 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 = "18.0.90".freeze
+ VERSION = "18.0.91".freeze
end
#