summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-25 16:24:35 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-25 16:24:35 +0000
commitd0ca1f4616ac906ef1e31b5e2d79371a99ccffff (patch)
tree9010987322f60531f887bd9a4cf0dd0496b0f450 /chef-config
parent855fdddfe8cf14c9897957a00a91c65d34eacbd4 (diff)
downloadchef-d0ca1f4616ac906ef1e31b5e2d79371a99ccffff.tar.gz
Bump version to 18.1.7 by Chef Expeditorv18.1.7
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 83e20bc8f3..2cd7bd932a 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.6".freeze
+ VERSION = "18.1.7".freeze
end