summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-27 09:22:20 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-27 09:22:20 +0000
commit1e950bdcadfff1be5df59a058cd21e7f0b03f1e8 (patch)
treeb14bd307b7b74a4c83e8ec2184699211ee404b76 /lib/chef/version.rb
parent2eae0fce4a45bd3d93e7eabefb556c9da1ca9b93 (diff)
downloadchef-1e950bdcadfff1be5df59a058cd21e7f0b03f1e8.tar.gz
Bump version to 14.0.88 by Expeditorv14.0.88
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 93606e27d4..0f873d6f40 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.87")
+ VERSION = Chef::VersionString.new("14.0.88")
end
#