summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-25 05:46:57 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-25 05:46:57 +0000
commit0b773e76d0681f050bd493e3603268f8f6ef3a38 (patch)
tree4b47cecad8290dcf1e10b4e8ddab244a5c8149aa /chef-config
parent6827425d1563b4cf79847a154395eae737ab4909 (diff)
downloadchef-0b773e76d0681f050bd493e3603268f8f6ef3a38.tar.gz
Bump version to 15.4.7 by Chef Expeditorv15.4.7
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 deaf56a159..4c352f0abc 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.6".freeze
+ VERSION = "15.4.7".freeze
end
#