summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-04 21:41:30 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-09-04 21:41:30 +0000
commita1eeb2f8192330305c0a92b965c3e3abcb81fc3f (patch)
tree66d61d92cec71a696096def59918d222151e2230 /lib/chef
parent8ddcfd0d9407e0bb11efb4b1e7955fccb5dd7e9a (diff)
downloadchef-a1eeb2f8192330305c0a92b965c3e3abcb81fc3f.tar.gz
Bump version to 14.5.0 by Chef Expeditorv14.5.0
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 6357f35abc..5067f103ba 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.63")
+ VERSION = Chef::VersionString.new("14.5.0")
end
#