summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 09:43:02 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-19 09:43:02 +0000
commit37160a7f12f30c09ddc58f8d22102dd45dda20aa (patch)
treeca1531ce88584ca5267d6fb0bf05ecb72d4471d9 /lib
parent3cfbcb02a78b6be9d2156e5f2b55bc558cdf70ea (diff)
downloadchef-37160a7f12f30c09ddc58f8d22102dd45dda20aa.tar.gz
Bump version to 14.0.204 by Expeditorv14.0.204
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 93ac0f321e..712d6ff20e 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.203")
+ VERSION = Chef::VersionString.new("14.0.204")
end
#