summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-10-14 19:00:08 +0000
committerChef Expeditor <expeditor@chef.io>2019-10-14 19:00:08 +0000
commite04d5d2ec907aefa989502d86d259f9ecf01e786 (patch)
tree0cb0eba2060a21c302f24ec7f2a2313e7b24acc8 /lib/chef
parente601e3db492368c9987a2a6e8086b1b2143a89f9 (diff)
downloadchef-e04d5d2ec907aefa989502d86d259f9ecf01e786.tar.gz
Bump version to 15.4.39 by Chef Expeditorv15.4.39
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 f77363e2f4..ad629ca840 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.4.38")
+ VERSION = Chef::VersionString.new("15.4.39")
end
#