summaryrefslogtreecommitdiff
path: root/chef-config/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-config/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-config/lib')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index b22255d642..3197351885 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "16.10.27".freeze
+ VERSION = "16.10.28".freeze
end