summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-02 21:16:08 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-02 21:16:11 +0000
commita504ade0e20cfedec342b9c533d637af9bdcea03 (patch)
tree9b82f9deae9c0881984c75fcea848e2e4e4ecca5 /chef-config/lib/chef-config
parenta3dea5bd3a50bff8d651f6ec7e8d47c18bd20da4 (diff)
downloadchef-a504ade0e20cfedec342b9c533d637af9bdcea03.tar.gz
Bump version to 17.0.182 by Chef Expeditorv17.0.182
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 5e5e8e8e1f..d2af869f27 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.181".freeze
+ VERSION = "17.0.182".freeze
end