summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-24 03:16:30 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-24 03:16:30 +0000
commitbd6d9f206d213cd70d1266f5670c29bbf977e73b (patch)
tree208ad2db4416bf03d4f2555bda2b099f1d851399 /lib
parent58620a5dff88b21a61a2d29764d7ba42dc2ab093 (diff)
downloadchef-bd6d9f206d213cd70d1266f5670c29bbf977e73b.tar.gz
Bump version to 16.0.14 by Chef Expeditorv16.0.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 ae9647c446..a4e1dd4251 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.0.13")
+ VERSION = Chef::VersionString.new("16.0.14")
end
#