summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-09-22 23:19:15 +0000
committerChef Expeditor <chef-ci@chef.io>2021-09-22 23:19:15 +0000
commitc3edd1914486c41b845781a32a0a4d45625a81d4 (patch)
tree61636baef81a344acf37dafb64742848e20c43fa /lib/chef/version.rb
parent453d55e55bfaa9900b77eb59370f3ca9403aaeca (diff)
downloadchef-c3edd1914486c41b845781a32a0a4d45625a81d4.tar.gz
Bump version to 17.5.19 by Chef Expeditorv17.5.19
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'lib/chef/version.rb')
-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 4b013bb489..116c06cd74 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.5.18")
+ VERSION = Chef::VersionString.new("17.5.19")
end
#