summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-22 23:10:59 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-22 23:10:59 +0000
commit5fe5680e7b9a0cf536316159d5791af32ab33069 (patch)
tree8d073e418a9b55692ba0c3c2fc06bdf5c5364782 /chef-config/lib
parent48831f300238d8273ffa9bddb81af98ee92f1831 (diff)
downloadchef-5fe5680e7b9a0cf536316159d5791af32ab33069.tar.gz
Bump version to 16.9.30 by Chef Expeditorv16.9.30
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 d1d06d63fb..ab27d59f61 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.9.29".freeze
+ VERSION = "16.9.30".freeze
end