diff options
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r-- | lib/chef/version.rb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb index ef89404fe7..ea138018ee 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -14,15 +14,16 @@ # 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. #!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("13.3.52") + VERSION = Chef::VersionString.new("13.4.0") end # |