summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-29 19:30:28 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-29 19:30:28 +0000
commit186fbbceadcd6dea9a39f9ea236ef53c06448588 (patch)
treed641d2ec3caf20a570e67d035001326efe64838f /lib/chef
parent4acf71f4ccb8d09affe3b8779498617ddd0b524d (diff)
downloadchef-186fbbceadcd6dea9a39f9ea236ef53c06448588.tar.gz
Bump version to 16.3.47 by Chef Expeditorv16.3.47
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef')
-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 ffaa8d192f..7a72ee663f 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.3.46")
+ VERSION = Chef::VersionString.new("16.3.47")
end
#