summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-06 21:46:11 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-06 21:46:11 +0000
commita3466a09d5d3df9dc40837cbedd7c08755b2a19f (patch)
treeb48422b503773b68fffd66d046c2f228b183ded5 /lib
parent7efaa1ab84ed620617aa92cb5d9b9045c3b528ec (diff)
downloadchef-a3466a09d5d3df9dc40837cbedd7c08755b2a19f.tar.gz
Bump version to 14.5.3 by Chef Expeditorv14.5.3
Obvious fix; these changes are the result of automation not creative thinking.
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 e465440ee3..526817212d 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.2")
+ VERSION = Chef::VersionString.new("14.5.3")
end
#