summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-09-25 16:57:04 +0000
committerChef Expeditor <expeditor@chef.io>2019-09-25 16:57:04 +0000
commit49ff9da07c01255c36650ca55874ac067c0e68bd (patch)
treeecde112aef519cf45f68f4346ca58d2cc8fb0f05 /chef-config
parent95f4996222994435c50bb915d7c1ebc588836b0c (diff)
downloadchef-49ff9da07c01255c36650ca55874ac067c0e68bd.tar.gz
Bump version to 15.4.9 by Chef Expeditorv15.4.9
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 b2c7ce9003..189dbebbbc 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.8".freeze
+ VERSION = "15.4.9".freeze
end
#