summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-03 18:43:14 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-03 18:43:14 +0000
commitad57af70efbd74ef0848f70672441b8cbec6cc94 (patch)
tree1240dad4a66c96f9cba1cee81c3a9a6de0fb4722 /lib
parent2aa60a9958f4fcc044e93552379f336347a0dba2 (diff)
downloadchef-ad57af70efbd74ef0848f70672441b8cbec6cc94.tar.gz
Bump version to 15.0.203 by Chef Expeditorv15.0.203
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 a3b5b0d2e3..693ba3d014 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("15.0.202")
+ VERSION = Chef::VersionString.new("15.0.203")
end
#