summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-22 22:54:53 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-22 22:54:53 +0000
commit6733a7727f3d4b53aa8d57634ce3fd2b76967729 (patch)
treed332ff91c0d8e69fe8a62519d51acc3556deca2d /chef-config
parent8e205428415b35c46287a046a1f6d07d86d58cef (diff)
downloadchef-6733a7727f3d4b53aa8d57634ce3fd2b76967729.tar.gz
Bump version to 17.0.118 by Chef Expeditorv17.0.118
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 1d0d95571b..6340870bf4 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.117".freeze
+ VERSION = "17.0.118".freeze
end