summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-18 21:50:47 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-18 21:50:47 +0000
commit989a8bab7e7e45bc583a8cade6d6ca31a1c68af7 (patch)
tree6ebf4516ff296ff8e71cffa572b3c79f69b58f80 /lib
parentcc98f589221993737ab5e4eb487e707ce0859dc1 (diff)
downloadchef-989a8bab7e7e45bc583a8cade6d6ca31a1c68af7.tar.gz
Bump version to 16.2.46 by Chef Expeditorv16.2.46
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 61bdc4894f..46a5e73e95 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("16.2.45")
+ VERSION = Chef::VersionString.new("16.2.46")
end
#