summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 10:24:32 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-02-28 10:24:32 +0000
commitac19cbfb5fb05189e0edc400bc1acd9a7364b4d8 (patch)
tree859a4308b14e207c9612dc32ced2d47982a0c560 /lib
parent70ac5b0c4e60b922abb22cdb6ed1278e852bdce9 (diff)
downloadchef-ac19cbfb5fb05189e0edc400bc1acd9a7364b4d8.tar.gz
Bump version to 14.0.92 by Expeditorv14.0.92
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 fa8e920f4c..d0a787d1a2 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.91")
+ VERSION = Chef::VersionString.new("14.0.92")
end
#