summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-13 21:59:59 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-13 21:59:59 +0000
commit9d16843aeff960de53c06da0f7a58369e22c9d90 (patch)
tree79ea7990b69c8968f2526e05c9a61f836141d2c7 /chef-config/lib/chef-config
parent76459cb4583b41879dcca4757eb97f50e433f881 (diff)
downloadchef-9d16843aeff960de53c06da0f7a58369e22c9d90.tar.gz
Bump version to 16.0.299 by Chef Expeditorv16.0.299
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/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 5859be3c80..ef9569a78b 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.298".freeze
+ VERSION = "16.0.299".freeze
end