summaryrefslogtreecommitdiff
path: root/lib
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 /lib
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 'lib')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index 5cad7837f5..5df34d77c6 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("18.1.13")
+ VERSION = Chef::VersionString.new("18.1.14")
end
#