summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-12 19:38:36 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-12 19:38:36 +0000
commitda33fa94d97f68cb971aa09fb2fb455b4ab1d5bf (patch)
tree5cd1a437bc368350753a93b594e805aa06938854 /chef-bin/lib
parent9b55f52a9da6836e734f55cdaebb6186cdcda7fd (diff)
downloadchef-da33fa94d97f68cb971aa09fb2fb455b4ab1d5bf.tar.gz
Bump version to 16.10.28 by Chef Expeditorv16.10.28
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 1c6fb2413f..668f77b4c8 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.10.27".freeze
+ VERSION = "16.10.28".freeze
end
#