summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-21 19:55:16 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-21 19:55:16 +0000
commit50958e958a41f23fb75e9b3c3c9f4c0b519ae295 (patch)
tree998e2338afd3f13beb25d665404c0552cd439bb0 /lib
parent747bae1be7da455be111bf2c27d97b9bd329adb7 (diff)
downloadchef-50958e958a41f23fb75e9b3c3c9f4c0b519ae295.tar.gz
Bump version to 14.0.153 by Expeditorv14.0.153
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 d176ba9479..699b601eb1 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.152")
+ VERSION = Chef::VersionString.new("14.0.153")
end
#