summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-17 17:56:45 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2018-04-17 17:56:45 +0000
commit7707f0761e41a6ca2090c7a6c40275400d5ca262 (patch)
tree34ee32819812827dbfb725a75492de0a80bfb789 /lib/chef
parentced3268506fa675dfcbaebddc040303210024921 (diff)
downloadchef-7707f0761e41a6ca2090c7a6c40275400d5ca262.tar.gz
Bump version to 14.0.203 by Expeditorv14.0.203
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 523400e332..93ac0f321e 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.202")
+ VERSION = Chef::VersionString.new("14.0.203")
end
#