summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-21 23:52:52 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-21 23:52:52 +0000
commita098e9b2a9c5b869e5ea50a1ee6c5edc2c3d3e21 (patch)
treed50017976e5b540db37f741e07fb3f67d53c2058 /chef-config
parentcd797e2d0270bc2f0fbe3735c1d8b1fe720f43bb (diff)
downloadchef-a098e9b2a9c5b869e5ea50a1ee6c5edc2c3d3e21.tar.gz
Bump version to 16.1.10 by Chef Expeditorv16.1.10
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config')
-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 50fcb03864..49c1ed4b14 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("../..", __FILE__)
- VERSION = "16.1.9".freeze
+ VERSION = "16.1.10".freeze
end