summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-03-10 19:53:24 +0000
committerChef Expeditor <chef-ci@chef.io>2021-03-10 19:53:24 +0000
commit71aaf4bd51ec0ed66959b6b752d6da4ce05eef66 (patch)
treef2231baaa4876fedb8d350b680e4d56f4b9bb505 /chef-config
parentb9b9ca1bd6b731a6f3342e80f52e72c8ee129ae4 (diff)
downloadchef-71aaf4bd51ec0ed66959b6b752d6da4ce05eef66.tar.gz
Bump version to 17.0.144 by Chef Expeditorv17.0.144
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 2601639e0d..bf8e34d405 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.143".freeze
+ VERSION = "17.0.144".freeze
end