summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-05 00:31:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-05 00:31:55 +0000
commit760e8b596f2be5b4e77bd076d9fece38dba1b723 (patch)
tree23d4899a8f6e09ba91a31ec7b23a44dc9b73943f /lib
parent8d9926535edab548071a54ae2a38939bea521925 (diff)
downloadchef-760e8b596f2be5b4e77bd076d9fece38dba1b723.tar.gz
Bump version to 16.4.8 by Chef Expeditorv16.4.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 6bc53ed2ec..508cd05cde 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require_relative "version_string"
class Chef
CHEF_ROOT = File.expand_path("..", __dir__)
- VERSION = Chef::VersionString.new("16.4.7")
+ VERSION = Chef::VersionString.new("16.4.8")
end
#