summaryrefslogtreecommitdiff
path: root/chef-config/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-01-12 21:03:34 +0000
committerChef Expeditor <chef-ci@chef.io>2021-01-12 21:03:34 +0000
commit5503c8f5f7eee96c8e22edf2542ababd87d40f0a (patch)
tree7309c2194ddec69bb629fa167e4a69d3c878c78c /chef-config/lib
parentbcfadbaa39ff2592656a625fc68d37c74a7d4dff (diff)
downloadchef-5503c8f5f7eee96c8e22edf2542ababd87d40f0a.tar.gz
Bump version to 16.9.19 by Chef Expeditorv16.9.19
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 314cb82e8c..488233bd99 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.18".freeze
+ VERSION = "16.9.19".freeze
end