summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-07-23 20:20:11 +0000
committerChef Expeditor <chef-ci@chef.io>2021-07-23 20:20:11 +0000
commit493f923d6e25ccb0fcec97eaadd3e75f81144824 (patch)
tree575d60c511d997046de94a61de540f95ab01770a /lib/chef/version.rb
parent74c496fdcaa11379286b898134c9c55145c97c8f (diff)
downloadchef-493f923d6e25ccb0fcec97eaadd3e75f81144824.tar.gz
Bump version to 16.14.0 by Chef Expeditorv16.14.0
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 78d9f95b38..59ec2b3215 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("16.13.55")
+ VERSION = Chef::VersionString.new("16.14.0")
end
#