summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-29 01:31:00 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-29 01:31:00 +0000
commit57aa4db67f6c47909cd1b56148ca09eac184764a (patch)
treea1ed0c2b1f0b4d72c407612ee96937d3412db07f /lib/chef/version.rb
parent58d620fed9851f3f067c0b70c3cdf096b3155168 (diff)
downloadchef-57aa4db67f6c47909cd1b56148ca09eac184764a.tar.gz
Bump version to 16.3.45 by Chef Expeditorv16.3.45
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 4cdbd4be64..883bfbb0bd 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.44")
+ VERSION = Chef::VersionString.new("16.3.45")
end
#