summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-17 19:29:24 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-17 19:29:24 +0000
commit9f5f6d6e81b9fcf5ecd05ab70e8af552f387eca1 (patch)
tree3c41160c03753d9c14a818141430a5799a0dc4b0 /chef-config
parentd64d4dffc5e7724a40bb02eb7100d1bb59ce3f21 (diff)
downloadchef-9f5f6d6e81b9fcf5ecd05ab70e8af552f387eca1.tar.gz
Bump version to 17.0.109 by Chef Expeditorv17.0.109
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 83f83601a3..a0f3fb01a3 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.0.108".freeze
+ VERSION = "17.0.109".freeze
end