summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-30 22:44:28 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-30 22:44:28 +0000
commit651abc387dfdaa75e7922c09cf638cd3d40e2069 (patch)
treeaa879159e5cdc9dd98d862fab1f67beb43cec39c /chef-config
parent350144f99e5e3ab1293902cba6205600911ee372 (diff)
downloadchef-651abc387dfdaa75e7922c09cf638cd3d40e2069.tar.gz
Bump version to 15.4.15 by Chef Expeditorv15.4.15
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 56bbf281b7..0c3877038b 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.14".freeze
+ VERSION = "15.4.15".freeze
end
#