summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-24 16:51:07 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-24 16:51:07 +0000
commit6fdaf6be8cecc4bddda639f691719a7b29e185aa (patch)
tree309b61c51c9bdbe8f2e641d8b556ebc09748aa32 /chef-config
parent3f896be55dd6c9e2108438ad6b3be2d69a256e59 (diff)
downloadchef-6fdaf6be8cecc4bddda639f691719a7b29e185aa.tar.gz
Bump version to 15.4.5 by Chef Expeditorv15.4.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 c19f5250e6..d5c7998ca1 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.4.4".freeze
+ VERSION = "15.4.5".freeze
end
#