diff options
author | Tim Smith <tsmith@chef.io> | 2017-08-25 10:55:00 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-08-25 10:55:00 -0700 |
commit | 8c30db84a92f995cb6cf6d83f4964dffdd28ad1c (patch) | |
tree | b59f3826013b2948ed865d097012997ca0d60e69 /chef-config | |
parent | 16138d69d33d16bd8848038288af88f2a5ccb6df (diff) | |
download | chef-8c30db84a92f995cb6cf6d83f4964dffdd28ad1c.tar.gz |
Bump version to 13.4.0
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef-config')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index 1e09643d46..7483524c0d 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -14,13 +14,14 @@ # limitations under the License. #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -# NOTE: This file is modified via the `.expeditor/update_version.sh` script, which -# is triggered automatically by Chef Expeditor when a Pull Request is merged. +# NOTE: This file is generated by running `rake version` in the top level of +# this repo. Do not edit this manually. Edit the VERSION file and run the rake +# task instead. #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.3.52" + VERSION = "13.4.0" end # |