summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-05-28 03:18:35 +0000
committerChef Expeditor <chef-ci@chef.io>2019-05-28 03:18:35 +0000
commitcc6c31616126c38d93dafd1f0475ac3ae5815a65 (patch)
treedbb66e0ab8c676068f990f6bd846aafbf79ea020 /lib
parentde9484f2804884582bb947524f7a9fd6656af7b2 (diff)
downloadchef-cc6c31616126c38d93dafd1f0475ac3ae5815a65.tar.gz
Bump version to 15.0.320 by Chef Expeditorv15.0.320
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 94865d4e32..73507c7c72 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.319")
+ VERSION = Chef::VersionString.new("15.0.320")
end
#