summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-10 03:06:25 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-10 03:06:25 +0000
commit959f2e9113c3968a0af57b7397b9f33b93d3f8af (patch)
tree08fd5a8f3a02461550c7437527f2af53019bf516 /chef-config/lib/chef-config/version.rb
parent69685ba85e157c31a97418813982088d7f1e4d57 (diff)
downloadchef-959f2e9113c3968a0af57b7397b9f33b93d3f8af.tar.gz
Bump version to 16.0.289 by Chef Expeditorv16.0.289
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-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 7a626260fa..0a1f52bbd7 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.288".freeze
+ VERSION = "16.0.289".freeze
end