summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-30 17:41:47 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-30 17:41:47 +0000
commitc1a8787e779f6afecd71b587fa3c320d3f3b4bb3 (patch)
tree16a2fc3597a1a333a6551dd50346fc67a415512f /chef-config
parentec078528751f505362090eae6caaceb49f233921 (diff)
downloadchef-c1a8787e779f6afecd71b587fa3c320d3f3b4bb3.tar.gz
Bump version to 15.9.3 by Chef Expeditorv15.9.3
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 01c4ca92ac..f8f6678ff3 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("../..", __FILE__)
- VERSION = "15.9.2".freeze
+ VERSION = "15.9.3".freeze
end