summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-08 02:26:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-08 02:26:59 +0000
commita7785683f2cc33af3a47898458cfd8b8a1239a69 (patch)
tree23cfb49d8b5fcc1b49eb3a85ac0ea8a27ea2affa /chef-bin
parente68039c2b5bf26340554bb8f0923da5765c089cc (diff)
downloadchef-a7785683f2cc33af3a47898458cfd8b8a1239a69.tar.gz
Bump version to 16.2.89 by Chef Expeditorv16.2.89
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 2e87fac23d..83eb901bb3 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 = "16.2.88".freeze
+ VERSION = "16.2.89".freeze
end
#