diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-03 10:04:42 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-03 10:04:42 +0000 |
commit | 5efb3f2ada9718b8c1f72cd6c4703b972491f6cd (patch) | |
tree | 5f238d5bd960e16e2e1472862e4b12a382d69043 /chef-config/lib | |
parent | 1ae46b7fe459d9716c8518095bb27912d6de5d33 (diff) | |
download | chef-5efb3f2ada9718b8c1f72cd6c4703b972491f6cd.tar.gz |
Bump version to 13.7.3 by Expeditorv13.7.3
Diffstat (limited to 'chef-config/lib')
-rw-r--r-- | chef-config/lib/chef-config/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb index cfa002048b..7f1c2e39ea 100644 --- a/chef-config/lib/chef-config/version.rb +++ b/chef-config/lib/chef-config/version.rb @@ -21,7 +21,7 @@ module ChefConfig CHEFCONFIG_ROOT = File.expand_path("../..", __FILE__) - VERSION = "13.7.2" + VERSION = "13.7.3" end # |