summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-12 18:48:16 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-12 18:48:16 +0000
commit5ee26a158a8921e8e1b355d179fe07ec65d55db3 (patch)
tree1a51f20ce4dde7056ba6dff8b2975f6c6a37e963 /lib/chef/version.rb
parent240dc85d5acfa6bd21e5dc9fbfe29d8d5e7161bc (diff)
downloadchef-5ee26a158a8921e8e1b355d179fe07ec65d55db3.tar.gz
Bump version to 14.0.53 by Expeditorv14.0.53
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 3ece62f847..68bba2cbb2 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("14.0.52")
+ VERSION = Chef::VersionString.new("14.0.53")
end
#