summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-29 04:57:44 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-29 04:57:44 +0000
commitee7082bedd9ddbbf4c4c5524f9806620cc217c08 (patch)
tree8cf2c4d110395cefbde23e39b65fb64e5263816e /chef-config/lib
parent58b554ec60ebcc85bf813cda9a5cd61ac04e2531 (diff)
downloadchef-ee7082bedd9ddbbf4c4c5524f9806620cc217c08.tar.gz
Bump version to 17.0.249 by Chef Expeditorv17.0.249
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 67ef5d669c..082062da56 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("..", __dir__)
- VERSION = "17.0.248".freeze
+ VERSION = "17.0.249".freeze
end