summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-29 18:27:58 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-29 18:27:58 +0000
commit8a31712502d76208c5b8fef9a09ff564301319cd (patch)
tree950cc9b3732025b03bfcd7dc7a1e9a093dd68928 /lib/chef
parent286694aca72a435ed4e73672facfea2389511b80 (diff)
downloadchef-8a31712502d76208c5b8fef9a09ff564301319cd.tar.gz
Bump version to 16.3.46 by Chef Expeditorv16.3.46
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 883bfbb0bd..ffaa8d192f 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.45")
+ VERSION = Chef::VersionString.new("16.3.46")
end
#