summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-29 18:27:58 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-29 18:27:58 +0000
commit8a31712502d76208c5b8fef9a09ff564301319cd (patch)
tree950cc9b3732025b03bfcd7dc7a1e9a093dd68928 /chef-config
parent286694aca72a435ed4e73672facfea2389511b80 (diff)
downloadchef-8a31712502d76208c5b8fef9a09ff564301319cd.tar.gz
Bump version to 16.3.46 by Chef Expeditorv16.3.46
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 831f12cb99..d0dc3aad2f 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.3.45".freeze
+ VERSION = "16.3.46".freeze
end