summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-23 16:04:47 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-23 16:04:47 +0000
commit2205419ad84a18881fc57fdb2ec3fe492228dcea (patch)
tree5bb7f948ba838360b38490d9505d22a777db7d8a /chef-config
parenta4585799859f25bc3fcb3cc0019b216a488f8cb9 (diff)
downloadchef-2205419ad84a18881fc57fdb2ec3fe492228dcea.tar.gz
Bump version to 17.3.10 by Chef Expeditorv17.3.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 1c92e949ac..8461e08eac 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 = "17.3.9".freeze
+ VERSION = "17.3.10".freeze
end