summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-03 17:12:51 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-03 17:12:51 +0000
commitd12cad735bf74c711e3cf023325ee9ea3c597f5d (patch)
treed0190555429c480abf69aa87e6e2baa8d4afc4ed /lib/chef/version.rb
parent89651f74c468bad4844dbd983640edf6bd672bcd (diff)
downloadchef-d12cad735bf74c711e3cf023325ee9ea3c597f5d.tar.gz
Bump version to 15.0.202 by Chef Expeditorv15.0.202
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 501be71c0e..a3b5b0d2e3 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.201")
+ VERSION = Chef::VersionString.new("15.0.202")
end
#