summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-25 22:59:27 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-25 22:59:27 +0000
commit7d1dec80de419f6a87800ab3524ff62974e541fb (patch)
treed25de096340f69ca5d416bbbcf5d4bcff2110e48 /lib/chef
parent01c640fb6fe2462104ab30911fbcfe6b33b554f2 (diff)
downloadchef-7d1dec80de419f6a87800ab3524ff62974e541fb.tar.gz
Bump version to 16.5.14 by Chef Expeditorv16.5.14
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 da4239c299..da8672a9f6 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.5.13")
+ VERSION = Chef::VersionString.new("16.5.14")
end
#