summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-28 03:18:43 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-28 03:18:43 +0000
commitfd8477a4c41171fe82e990b13e1993f83f4bdd47 (patch)
tree240ba36a598d937b3d09b5130d876fc96cf0c5e2 /lib
parentf2a2c2b854105766938401427da46fb84337149f (diff)
downloadchef-fd8477a4c41171fe82e990b13e1993f83f4bdd47.tar.gz
Bump version to 14.8.5 by Chef Expeditorv14.8.5
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 36529536c6..d737659d42 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.4")
+ VERSION = Chef::VersionString.new("14.8.5")
end
#