summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-20 01:57:25 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-20 01:57:25 +0000
commitba049949458b1fe0a9a1925e5ffa2566a19d0524 (patch)
treef80d00b7b9006d69c9eb0dd433eb5a77aa510898 /lib/chef
parent3559087e817a4fcdfd3fa99c775b9af295d108ae (diff)
downloadchef-ba049949458b1fe0a9a1925e5ffa2566a19d0524.tar.gz
Bump version to 16.6.31 by Chef Expeditorv16.6.31
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 aee51c57a7..912ad4944e 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.6.30")
+ VERSION = Chef::VersionString.new("16.6.31")
end
#