summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-14 17:41:52 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-14 17:41:52 +0000
commit42a72f18adb5b7b19d3652feabea120509d942a4 (patch)
tree9c6581eef17c4bb361a031589f59016f510da667 /lib
parent1ab530e08736a295b4d6b79564140d2c6ec4d45c (diff)
downloadchef-42a72f18adb5b7b19d3652feabea120509d942a4.tar.gz
Bump version to 16.16.14 by Chef Expeditorv16.16.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 ef5a481782..b69d5a9481 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.16.13")
+ VERSION = Chef::VersionString.new("16.16.14")
end
#