summaryrefslogtreecommitdiff
path: root/chef-config
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-07 21:06:26 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-07 21:06:26 +0000
commitf71769cecea395c0e901f81fbaef800f270b3bc8 (patch)
treea5d07efcf6a118db14808559c7cdf55753f37423 /chef-config
parenta484732c2ab1a55d26be65c3c2260c287ef138e1 (diff)
downloadchef-f71769cecea395c0e901f81fbaef800f270b3bc8.tar.gz
Bump version to 18.1.14 by Chef Expeditorv18.1.14
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 56c6ffedc7..3fa6c7a22c 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.13".freeze
+ VERSION = "18.1.14".freeze
end