summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 19:28:24 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 19:28:24 +0000
commit81d74b583137c9767a7d2b023948269a9ce28276 (patch)
treebb3d32bccce417b52f7021339fb08cb033a928e4 /lib/chef/version.rb
parentcd8885b42461f7c95f467d0f7c03dcafe9235d02 (diff)
downloadchef-81d74b583137c9767a7d2b023948269a9ce28276.tar.gz
Bump version to 14.0.157 by Expeditorv14.0.157
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 a54e1b9430..e636e1d7b7 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.156")
+ VERSION = Chef::VersionString.new("14.0.157")
end
#