summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-02 20:26:54 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-02 20:26:54 +0000
commit387908ee27f14b18ff7bfdb19158e690ec5415c6 (patch)
tree60bab97a3b75fc48201eaca0f4fafaa468976c9c /lib
parent605ca169897fa86f0b300cf4702973c1b3a7708b (diff)
downloadchef-387908ee27f14b18ff7bfdb19158e690ec5415c6.tar.gz
Bump version to 14.0.187 by Expeditorv14.0.187
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 f9b6dc32dd..bed5567cad 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.186")
+ VERSION = Chef::VersionString.new("14.0.187")
end
#