summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-04 19:17:31 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-04 19:17:31 +0000
commitfc6cb5be81dd2bbb5f92211112b856b67ec3c626 (patch)
tree28ea3c0542ecce0490c4360cb5f6b0a704846d00 /lib
parent3c0e4bc2fbf97f433ec4f46c938c1bcbcb135450 (diff)
downloadchef-fc6cb5be81dd2bbb5f92211112b856b67ec3c626.tar.gz
Bump version to 16.4.7 by Chef Expeditorv16.4.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 1ea796e2a2..6bc53ed2ec 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.6")
+ VERSION = Chef::VersionString.new("16.4.7")
end
#