summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-10-31 05:16:49 +0000
committerChef Expeditor <chef-ci@chef.io>2018-10-31 05:16:49 +0000
commitc36920164dc230b8644558eb5ddf6ac721bf4414 (patch)
tree395a6e7969dda5c1f15201215c21539d67dccf61 /lib/chef/version.rb
parent88809e472aa93a006514080105f9ef97f05df405 (diff)
downloadchef-c36920164dc230b8644558eb5ddf6ac721bf4414.tar.gz
Bump version to 15.0.20 by Chef Expeditorv15.0.20
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 f6106a0a33..060461d9df 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.19")
+ VERSION = Chef::VersionString.new("15.0.20")
end
#