summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-10-21 14:28:32 +0000
committerChef Expeditor <chef-ci@chef.io>2021-10-21 14:28:32 +0000
commit61b289fdba8009fb77787b860b415475645c35d9 (patch)
tree904767550da389bc390e94b391c1c16008c64e9a /lib/chef
parentdcd86b5951775e656573fa96e7677497ec857f2f (diff)
downloadchef-61b289fdba8009fb77787b860b415475645c35d9.tar.gz
Bump version to 17.7.13 by Chef Expeditorv17.7.13
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 6e45322ba1..b37ca4a2a6 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.12")
+ VERSION = Chef::VersionString.new("17.7.13")
end
#