summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-17 00:26:47 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-17 00:26:47 +0000
commit225268c1a4697b06d067420d69b3def1ea48b092 (patch)
treec26d76108c5c93be7fd1b046f262b6cf02d139dc /lib
parente1806bd6170540c4ec2727812774869251f47711 (diff)
downloadchef-225268c1a4697b06d067420d69b3def1ea48b092.tar.gz
Bump version to 16.7.47 by Chef Expeditorv16.7.47
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 e08c127ee1..e50841d104 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.7.46")
+ VERSION = Chef::VersionString.new("16.7.47")
end
#