summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-16 19:07:53 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-16 19:07:53 +0000
commit95cbe993cd23b223f162e81620a4c79f3a27bef9 (patch)
treeb6910ab0d38a3642f47e2eaa4e806e897abb679a /chef-config
parentc7cf373280688be6ca33bda7baf3dadf9dd7a79a (diff)
downloadchef-95cbe993cd23b223f162e81620a4c79f3a27bef9.tar.gz
Bump version to 15.4.1 by Chef Expeditorv15.4.1
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 19212bb30d..2fcc3d6bc4 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.5.1".freeze
+ VERSION = "15.4.1".freeze
end
#