summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-28 00:32:43 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-28 00:32:43 +0000
commit340ceac008bee94c053fd791175534a0b2a87ec2 (patch)
treeb4596472ef5b6915682b34a7afb33f6e219e644b /chef-config
parent831c911c1c2b9059f520827b80b673168de0751d (diff)
downloadchef-340ceac008bee94c053fd791175534a0b2a87ec2.tar.gz
Bump version to 15.4.49 by Chef Expeditorv15.4.49
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 07b0290799..aa0d605e0b 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.48".freeze
+ VERSION = "15.4.49".freeze
end
#