summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-02-23 17:25:23 +0000
committerChef Expeditor <chef-ci@chef.io>2021-02-23 17:25:23 +0000
commite535832fab2322c392c65516192abc421c35b5d9 (patch)
tree4248a20a5daa3aae50c20976a47ab0c150fe31da /chef-config
parentbadec1b7f6c617ee3e7a90616cb0260c4e1f00c5 (diff)
downloadchef-e535832fab2322c392c65516192abc421c35b5d9.tar.gz
Bump version to 17.0.122 by Chef Expeditorv17.0.122
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 fd14abb883..f77bd1e490 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.121".freeze
+ VERSION = "17.0.122".freeze
end