summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-09-28 01:30:52 +0000
committerChef Expeditor <chef-ci@chef.io>2018-09-28 01:30:52 +0000
commitada1b38637c5771afbf95de9498ccdea23eb4cf9 (patch)
tree9a8539d41371a836c1dee3aacc43daeafa6db7bd /lib
parent061b1a2786d3718258c7caee142a0ca44a24846c (diff)
downloadchef-ada1b38637c5771afbf95de9498ccdea23eb4cf9.tar.gz
Bump version to 14.6.8 by Chef Expeditorv14.6.8
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 c50a94eb76..a09ab404bc 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.6.7")
+ VERSION = Chef::VersionString.new("14.6.8")
end
#