diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-07-31 07:46:39 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-07-31 07:46:39 +0000 |
commit | 82b3157c671835c00bcf68772c8b3563e5db6e26 (patch) | |
tree | 7d05e5dee452b4c18218018629010caf610a2fdc /lib | |
parent | bd46cb2e010ea6fb3c6e61039079019d6f8b2a09 (diff) | |
download | chef-82b3157c671835c00bcf68772c8b3563e5db6e26.tar.gz |
Bump version to 13.3.30 by Chef Expeditorv13.3.30
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 3396e648e8..e56b65fa36 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.29") + VERSION = Chef::VersionString.new("13.3.30") end # |