summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-25 05:39:12 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-25 05:39:12 +0000
commitfc1ec86994aa00c39cd7a8acb52a6e02267bc885 (patch)
treec0aa3f808acf3e1074d6def1eb87152251dcaf65 /chef-config
parent6170a22a37886c18a92f370ab35a4ddacdbb2afd (diff)
downloadchef-fc1ec86994aa00c39cd7a8acb52a6e02267bc885.tar.gz
Bump version to 15.4.6 by Chef Expeditorv15.4.6
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 d5c7998ca1..deaf56a159 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.5".freeze
+ VERSION = "15.4.6".freeze
end
#