summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-24 12:46:04 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-07-24 12:46:04 +0000
commit7e8220fd6c99b90f1bea2415c00a425c157bde9a (patch)
tree047c804eea016ecf3c57a27f1a8013b8fa9b02e7 /lib/chef/version.rb
parent96c71e93dd9fea3fc8bd52394559149578c03f6b (diff)
downloadchef-7e8220fd6c99b90f1bea2415c00a425c157bde9a.tar.gz
Bump version to 14.4.15 by Chef Expeditorv14.4.15
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 abb43c168d..df442d5658 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.4.14")
+ VERSION = Chef::VersionString.new("14.4.15")
end
#