summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 00:13:43 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 00:13:43 +0000
commit2fd65bdcbd8d7201e404ca752e437dfbe52b914d (patch)
tree6e714bcf153f92f431334947a2277ba98c7897ab /lib
parentfaeaa9efd8284155ca278ba90770e766277716a1 (diff)
downloadchef-2fd65bdcbd8d7201e404ca752e437dfbe52b914d.tar.gz
Bump version to 14.0.154 by Expeditorv14.0.154
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 699b601eb1..3119c5ad99 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.153")
+ VERSION = Chef::VersionString.new("14.0.154")
end
#