summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-14 22:52:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-14 22:52:59 +0000
commit8b6aee19257eb81d468e1589fcfaf38c0603e5de (patch)
tree4cb376200b0b417c2c8d391300a006bce9feeebb /chef-bin
parent24fe5d7c958d60d4a5ec12024a4aa7670ac52b02 (diff)
downloadchef-8b6aee19257eb81d468e1589fcfaf38c0603e5de.tar.gz
Bump version to 16.4.28 by Chef Expeditorv16.4.28
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 4f99c01803..25b4b8a26f 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.4.27".freeze
+ VERSION = "16.4.28".freeze
end
#