summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-17 19:54:53 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-17 19:54:53 +0000
commitdefe12d0033e09b49a059b028e722503ee452308 (patch)
tree22d127e5bd72ff98115bf2433b470b9d4e7afb5e /chef-config
parent77d77be0761cdb59ec99e518b9e35fdc49731ef8 (diff)
downloadchef-defe12d0033e09b49a059b028e722503ee452308.tar.gz
Bump version to 16.4.33 by Chef Expeditorv16.4.33
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 cf44ab844b..76acc39bd4 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 = "16.4.32".freeze
+ VERSION = "16.4.33".freeze
end