summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2018-11-19 19:02:24 +0000
committerChef Expeditor <chef-ci@chef.io>2018-11-19 19:02:24 +0000
commit125fc7ab1432777257fa7906311de3d929631491 (patch)
tree1c4cc6f8d1b93a02c7fb14c0201186cebefa5a1d /lib/chef
parent9b35f06e137d6a0d9006582e0b0648b1eb0f3db7 (diff)
downloadchef-125fc7ab1432777257fa7906311de3d929631491.tar.gz
Bump version to 15.0.75 by Chef Expeditorv15.0.75
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 ad0cc434e2..455f91a30d 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -23,7 +23,7 @@ require "chef/version_string"
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = Chef::VersionString.new("15.0.74")
+ VERSION = Chef::VersionString.new("15.0.75")
end
#