summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-04-28 22:27:41 +0000
committerChef Expeditor <chef-ci@chef.io>2021-04-28 22:27:41 +0000
commitae856a74564ee9af2221c8f234a882874b312448 (patch)
treec609e3754e6ca3a0a219d067be195cfd32b65703 /chef-config/lib
parent669b6569fdd2232cbcb821176537c81f46bc81d9 (diff)
downloadchef-ae856a74564ee9af2221c8f234a882874b312448.tar.gz
Bump version to 17.0.244 by Chef Expeditorv17.0.244
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 210edff38c..e1bd1ba457 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.243".freeze
+ VERSION = "17.0.244".freeze
end