summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-16 18:39:57 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-16 18:39:57 +0000
commit051b2d704dc3b11170d15f5d6a55a9142bf867ce (patch)
tree843dc868c8b1f12cb372f0830d1ab5e1259150b0 /chef-config
parented4337afebf7ca207aca78f44dd83e5b9395baf4 (diff)
downloadchef-051b2d704dc3b11170d15f5d6a55a9142bf867ce.tar.gz
Bump version to 15.4.0 by Chef Expeditor
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 78cb7315f8..507fe05d87 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.3.15".freeze
+ VERSION = "15.4.0".freeze
end
#