summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-16 23:14:17 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-16 23:14:17 +0000
commit951385931f571201681f617b7d368ac79d631e17 (patch)
tree545c6e9904b925e0ec915d6e1f0f8211efe8c02a /lib
parent6f0cebde86231a57341cb1f48177b2280db35084 (diff)
downloadchef-951385931f571201681f617b7d368ac79d631e17.tar.gz
Bump version to 17.3.1 by Chef Expeditorv17.3.1
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 045900bec4..3db855f30f 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.3.0")
+ VERSION = Chef::VersionString.new("17.3.1")
end
#