summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-11 16:20:27 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-11 16:20:27 +0000
commit93f86e8a76b8dc9e0aa971e10bf9bf78d5114d8a (patch)
treea9311dd335061c5a83b7857e5a00fcafa8e64d62 /lib/chef
parent75ec4fc1e791969b18224cd7d1e3e00e79fdd017 (diff)
downloadchef-93f86e8a76b8dc9e0aa971e10bf9bf78d5114d8a.tar.gz
Bump version to 17.7.3 by Chef Expeditorv17.7.3
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 00ff05aa21..14d302389b 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("17.7.2")
+ VERSION = Chef::VersionString.new("17.7.3")
end
#