summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-12-11 05:11:32 +0000
committerChef Expeditor <chef-ci@chef.io>2020-12-11 05:11:32 +0000
commitd5de0b20dd712becb2ec9b57724e0bd749128057 (patch)
tree10a68a379dec05059e660f4eec97b1663c6a7c73 /chef-config/lib/chef-config/version.rb
parent9bd3bf5994c8eb703debf50e6f3f74fcd09fd608 (diff)
downloadchef-d5de0b20dd712becb2ec9b57724e0bd749128057.tar.gz
Bump version to 16.8.10 by Chef Expeditorv16.8.10
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 d551d335fd..143e2683b3 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.8.9".freeze
+ VERSION = "16.8.10".freeze
end