summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-21 16:58:32 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-21 16:58:32 +0000
commit651f0c8cc7da7ab98d0074daeea1abe5c82bd480 (patch)
treef5a0769af1b9cbdc8619be8a4a52afa9b22e733d /chef-config
parent42fc9f4c7b83232444d08ef3ca8a309b064d52a5 (diff)
downloadchef-651f0c8cc7da7ab98d0074daeea1abe5c82bd480.tar.gz
Bump version to 16.1.9 by Chef Expeditorv16.1.9
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 79abd7a2f1..50fcb03864 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.1.8".freeze
+ VERSION = "16.1.9".freeze
end