summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 21:58:06 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 21:58:06 +0000
commit98a6ec0eccbbf1a7cde52576f6409d15b1136fc4 (patch)
tree9e88292a3803ec5b663b85711afa0c65fd0c5ae5 /lib
parente2e6fe9e4bc144c07c545cd00a61fccf71bd2cd2 (diff)
downloadchef-98a6ec0eccbbf1a7cde52576f6409d15b1136fc4.tar.gz
Bump version to 14.0.158 by Expeditorv14.0.158
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 e636e1d7b7..b8e4066629 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.157")
+ VERSION = Chef::VersionString.new("14.0.158")
end
#