summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-11 18:48:01 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-11 18:48:01 +0000
commitb35e79ae6f78fd70d4fcaeb6bbf0e9a56496c15b (patch)
tree375a90741ccd09a1b3596801683c3237cab0e1a0 /chef-config
parent5fba79ce7da951416db17b3fd25c081862742673 (diff)
downloadchef-b35e79ae6f78fd70d4fcaeb6bbf0e9a56496c15b.tar.gz
Bump version to 16.0.290 by Chef Expeditorv16.0.290
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 0a1f52bbd7..57917f757e 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("../..", __FILE__)
- VERSION = "16.0.289".freeze
+ VERSION = "16.0.290".freeze
end