diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-11-04 02:03:50 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2017-11-04 02:03:50 +0000 |
commit | 195d62a3c67a0a2d1e880d761ddb6fb4d07190ff (patch) | |
tree | b6f8bd5badbd7eeb01e962b5bae554834f1c4ac6 /lib/chef/version.rb | |
parent | 68ecd7ffc6f367ae48dbf007e0d5779f07c070fa (diff) | |
download | chef-195d62a3c67a0a2d1e880d761ddb6fb4d07190ff.tar.gz |
Bump version to 13.6.3 by Expeditorv13.6.3
Diffstat (limited to 'lib/chef/version.rb')
-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 9fed2c9fe3..a5b4a5a432 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -23,7 +23,7 @@ require "chef/version_string" class Chef CHEF_ROOT = File.expand_path("../..", __FILE__) - VERSION = Chef::VersionString.new("13.6.2") + VERSION = Chef::VersionString.new("13.6.3") end # |