summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 17:22:02 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-03-22 17:22:02 +0000
commitea3a72e0e8b7d81e1118b9562ba2e7948d3a2604 (patch)
tree15ea8a94a99c2b3ce5156287fafbec2a44f4d8df /lib
parent236fc9fb2852256a6825be6b063da5fb2631445c (diff)
downloadchef-ea3a72e0e8b7d81e1118b9562ba2e7948d3a2604.tar.gz
Bump version to 14.0.155 by Expeditorv14.0.155
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 3119c5ad99..802a10b15d 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.154")
+ VERSION = Chef::VersionString.new("14.0.155")
end
#