summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-17 01:50:37 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-05-17 01:50:37 +0000
commita074d491722bf665da843e76672ffbadf92e3661 (patch)
treee73921725377742f55384a51a3aa4cb850504364 /lib/chef
parent7d6774fc47de4e1bba13d1fdc520201c7e3db88d (diff)
downloadchef-a074d491722bf665da843e76672ffbadf92e3661.tar.gz
Bump version to 14.1.15 by Chef Expeditorv14.1.15
Diffstat (limited to 'lib/chef')
-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 42c6b4ab56..9b93234cc7 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.1.14")
+ VERSION = Chef::VersionString.new("14.1.15")
end
#