summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-08 16:39:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-08 16:39:59 +0000
commit73e51dd1411c9fe2c1018c3e4eb6961e85b23357 (patch)
treebd7a7eac9b30e5325eb785eae8e29f112a96945b /chef-config
parentaf2ac92b5868968ddd6e488205645f2512ac0f75 (diff)
downloadchef-73e51dd1411c9fe2c1018c3e4eb6961e85b23357.tar.gz
Bump version to 16.2.90 by Chef Expeditorv16.2.90
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 dcdf072a4e..6b909e2cad 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 = "16.2.89".freeze
+ VERSION = "16.2.90".freeze
end