summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-08-29 17:40:32 +0000
committerChef Expeditor <chef-ci@chef.io>2019-08-29 17:40:32 +0000
commit47920c5428e795589da93f8cb7fe174fb055cc37 (patch)
treeb202986060a5dc1a93691fdb7989fd47c76bfe00 /chef-config
parent4853bff136a2419eed120a70bbca5d23c9f3029c (diff)
downloadchef-47920c5428e795589da93f8cb7fe174fb055cc37.tar.gz
Bump version to 15.2.32 by Chef Expeditorv15.2.32
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 cd0f840381..3913f80244 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -21,7 +21,7 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.2.31".freeze
+ VERSION = "15.2.32".freeze
end
#