summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-06 05:05:00 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-06 05:05:00 +0000
commit1f2bd56d781868cd259b71ce56e6b9bc992f0bea (patch)
tree96f68f166766e5e552a6f417f8de3d5e53455756 /lib/chef
parent1c60cb074f7cfa5f61dba753aa5bb3e97984bdac (diff)
downloadchef-1f2bd56d781868cd259b71ce56e6b9bc992f0bea.tar.gz
Bump version to 14.5.2 by Chef Expeditorv14.5.2
Obvious fix; these changes are the result of automation not creative thinking.
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 8821414eed..e465440ee3 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.5.1")
+ VERSION = Chef::VersionString.new("14.5.2")
end
#