summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-08 15:34:16 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-08 15:34:16 +0000
commitcd547928cb7f517b6fbd5e3a1e01ae9bfd2e4993 (patch)
tree3c7d996033953a0b87d9b8dbaa9393a91f56ac4f /lib/chef/version.rb
parent64c8478b21bfa17b8b43031d6d2233e2f99ba7b5 (diff)
downloadchef-cd547928cb7f517b6fbd5e3a1e01ae9bfd2e4993.tar.gz
Bump version to 15.7.5 by Chef Expeditorv15.7.5
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 54a7ce8d61..5d5d139729 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("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.7.4")
+ VERSION = Chef::VersionString.new("15.7.5")
end
#