summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-11-09 00:04:57 +0000
committerChef Expeditor <expeditor@chef.io>2019-11-09 00:04:57 +0000
commitae5a9aabfc6e1eec5581c45c300fb4286304e97b (patch)
tree18405b700f4f93810825ff051ad4ac413c618f37 /chef-config
parent698ef57d5d95070cdbe97836ad088bf2c99667a1 (diff)
downloadchef-ae5a9aabfc6e1eec5581c45c300fb4286304e97b.tar.gz
Bump version to 15.4.73 by Chef Expeditorv15.4.73
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 5b00d8cc18..81594c815d 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.4.72".freeze
+ VERSION = "15.4.73".freeze
end