summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-14 16:11:25 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-14 16:11:25 +0000
commitc0add855bd3224da25c1fb3bc83ae635bee8ef5f (patch)
treed40a8ba003f07e8fa922ba3171a803c385de6716 /chef-config
parent665274de02c04ce5e8ae96033c49e2862ed05e5b (diff)
downloadchef-c0add855bd3224da25c1fb3bc83ae635bee8ef5f.tar.gz
Bump version to 18.1.16 by Chef Expeditorv18.1.16
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 f85f9c5ec4..50849832eb 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 = "18.1.15".freeze
+ VERSION = "18.1.16".freeze
end