summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-28 03:35:17 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-28 03:35:17 +0000
commitcd665c2eddd7878e3e78bd2fc489677decc46d34 (patch)
tree9df29447cbe1b1c234e4f568eb0a6485d39dd2d6 /lib
parent8eaa83011cb46fd50129c4a82b83b0624eb3cca5 (diff)
downloadchef-cd665c2eddd7878e3e78bd2fc489677decc46d34.tar.gz
Bump version to 14.8.7 by Chef Expeditorv14.8.7
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 f6b8692c8f..bf2b4bc2f1 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.6")
+ VERSION = Chef::VersionString.new("14.8.7")
end
#