summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-13 20:27:06 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-13 20:27:06 +0000
commit1d7dc1708e634ec47afd6dba48bf1ef132acf82d (patch)
tree8a0e27bcbd567d5de40c98916922223de750b9ed /chef-config/lib/chef-config/version.rb
parent7f40603e78a644e6bf4ad94d3512a95c7d34aa67 (diff)
downloadchef-1d7dc1708e634ec47afd6dba48bf1ef132acf82d.tar.gz
Bump version to 16.3.2 by Chef Expeditorv16.3.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 080f404c88..a4b3146c05 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.1".freeze
+ VERSION = "16.3.2".freeze
end