summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-21 22:20:27 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-12-21 22:20:27 +0000
commitf964b99bffc2a7b3dab04ae5de80583bae492351 (patch)
tree891476c24472393546ff11c380cbea3bc5d783d1 /lib
parent7432d67a60a2366d4208e05b34ed35d3e159aeca (diff)
downloadchef-f964b99bffc2a7b3dab04ae5de80583bae492351.tar.gz
Bump version to 13.6.54 by Expeditorv13.6.54
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 5e51574d8d..d0a89a6997 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("13.6.53")
+ VERSION = Chef::VersionString.new("13.6.54")
end
#