summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-06 14:43:36 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-06 14:43:36 +0000
commit4eb1be4c8d70b74e25544b9a6a6a0268ab31b982 (patch)
tree95086477112a19e1dce3f4be260f492683e52965 /chef-config/lib
parent85f30cb9b2f1c22f4dc3fd14132420234e99b22c (diff)
downloadchef-4eb1be4c8d70b74e25544b9a6a6a0268ab31b982.tar.gz
Bump version to 17.0.189 by Chef Expeditorv17.0.189
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 6c54b94e23..bbd5881214 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.188".freeze
+ VERSION = "17.0.189".freeze
end