summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-05-07 17:32:51 +0000
committerChef Expeditor <chef-ci@chef.io>2021-05-07 17:32:51 +0000
commit5b4600b0c75b48641e4ce090a5cff7140c778958 (patch)
treecc2f86e5ff4bf15f2ab36ba1ae167b438d9b973b /chef-config
parent869c993f0160b9e7687c78de85676cb45ebb8fc6 (diff)
downloadchef-5b4600b0c75b48641e4ce090a5cff7140c778958.tar.gz
Bump version to 17.1.21 by Chef Expeditorv17.1.21
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 cf52746d1c..59fa38a618 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.1.20".freeze
+ VERSION = "17.1.21".freeze
end