summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-17 22:06:06 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-17 22:06:06 +0000
commit866380de04c61aa1bddb0ab04d58e0178c864a4c (patch)
tree277327c58707dc19b5d2551b419fb5fcf53fe74b /lib
parentc950eb1dd04df10f8ebc80f424fd39d948c3a1f9 (diff)
downloadchef-866380de04c61aa1bddb0ab04d58e0178c864a4c.tar.gz
Bump version to 15.14.1 by Chef Expeditorv15.14.1
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 4fff1cae28..5c6828a027 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("15.14.0")
+ VERSION = Chef::VersionString.new("15.14.1")
end
#