summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-09 19:06:49 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-09 19:06:49 +0000
commit702149b4840a1e2965209e1280247645f75dbac9 (patch)
tree72e11b31b086d261877fe1fc3ce6c9f2e842956b /lib
parentbb40220e43adf96561619d41f0a1ef1fe1635012 (diff)
downloadchef-702149b4840a1e2965209e1280247645f75dbac9.tar.gz
Bump version to 17.2.31 by Chef Expeditorv17.2.31
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 aa89570fac..0515341efd 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.2.30")
+ VERSION = Chef::VersionString.new("17.2.31")
end
#