summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-11 00:51:02 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-11 00:51:02 +0000
commit91ef348e8039ea181f785a714fa317d421ac439e (patch)
tree1b0badcb45cd8e5b3527af089d0f4b0e4c99ab02 /lib
parent7df11900e079f82e73f7469bf22013f0fc49e213 (diff)
downloadchef-91ef348e8039ea181f785a714fa317d421ac439e.tar.gz
Bump version to 15.0.285 by Chef Expeditorv15.0.285
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 f9b82206d9..825339e0dd 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.284")
+ VERSION = Chef::VersionString.new("15.0.285")
end
#