summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 16:20:21 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 16:20:21 +0000
commit03edd0484be1c28d9352b0d98fe65b34273d76b7 (patch)
tree3a756c5941fa7c640bedff935964d8cc33c02211 /chef-config
parent44d3d6ad1782bd613420794df12467fa15c9a560 (diff)
downloadchef-03edd0484be1c28d9352b0d98fe65b34273d76b7.tar.gz
Bump version to 16.0.249 by Chef Expeditorv16.0.249
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 e21760f1ea..f9d18e0872 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "16.0.248".freeze
+ VERSION = "16.0.249".freeze
end