summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-31 20:39:51 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-31 20:39:52 +0000
commite4463afd9d1313928f06240baf3488f1475e369c (patch)
tree6a66a1b6466682a5747721789125c8a26c244960 /chef-config
parent006f18781ad5ec7cb1b36df020e37564fac5812c (diff)
downloadchef-e4463afd9d1313928f06240baf3488f1475e369c.tar.gz
Bump version to 15.9.5 by Chef Expeditorv15.9.5
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 fd2904725f..6a40d052cd 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.4".freeze
+ VERSION = "15.9.5".freeze
end