summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-13 21:36:34 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-13 21:36:34 +0000
commit9ec34a9204d680d88d71291b43ad4778ea84760e (patch)
tree0fd371785cb0f49bad007c3181b61f2fd72d530a /chef-config
parent16de8feb348e0b27342a8b2b476a1d54439cd871 (diff)
downloadchef-9ec34a9204d680d88d71291b43ad4778ea84760e.tar.gz
Bump version to 16.0.298 by Chef Expeditorv16.0.298
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 3364d27941..5859be3c80 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.297".freeze
+ VERSION = "16.0.298".freeze
end