diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-08-11 00:55:48 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-08-11 00:55:48 +0000 |
commit | e0b4a4c4e7095b554855e8b27ac6ed4749fe8cf8 (patch) | |
tree | 762d2b2c0bc2ac9553b8ba71a3789b92a44afebe /lib | |
parent | c228d5c4b16fa20495f10aecef6c896faac03e26 (diff) | |
download | chef-e0b4a4c4e7095b554855e8b27ac6ed4749fe8cf8.tar.gz |
Bump version to 13.3.39 by Chef Expeditorv13.3.39
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 7362e54755..8f404b6a06 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -22,7 +22,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("13.3.38") + VERSION = Chef::VersionString.new("13.3.39") end # |