summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-12-18 17:28:15 +0000
committerChef Expeditor <chef-ci@chef.io>2018-12-18 17:28:15 +0000
commit028291ab86b0a474bb90c2c87d334661fa7f79e7 (patch)
tree99611baaebd2793de70186463c5c3287d0395af4 /lib
parent3a637ae80d906a61d2be1542dc36280cced44f60 (diff)
downloadchef-028291ab86b0a474bb90c2c87d334661fa7f79e7.tar.gz
Bump version to 14.8.20 by Chef Expeditorv14.8.20
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 dc2f001b55..09c440055c 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("14.8.19")
+ VERSION = Chef::VersionString.new("14.8.20")
end
#