summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 09:44:09 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 09:44:09 +0000
commitb6ee427ea8dae1eaaf3bbd0e96559d983bb9f908 (patch)
tree1a053c70e7fd4e5956d6524dc3867f74d19618d3 /lib/chef
parent6647214bf7b0e920e880d1da65e5560729043b31 (diff)
downloadchef-b6ee427ea8dae1eaaf3bbd0e96559d983bb9f908.tar.gz
Bump version to 14.0.205 by Expeditorv14.0.205
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 712d6ff20e..5746e02e20 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.0.204")
+ VERSION = Chef::VersionString.new("14.0.205")
end
#