diff options
author | Chef Versioner <chef-versioner@chef.io> | 2016-09-16 21:46:15 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2016-09-16 21:46:15 +0000 |
commit | 1b31450cf589f5557bcd08433507754d21255955 (patch) | |
tree | 2157cfd0b93d3f62b6285a566defcd774833d35b /chef-config | |
parent | cee41fe35895299f59b303571adf453fd2f14f36 (diff) | |
download | chef-1b31450cf589f5557bcd08433507754d21255955.tar.gz |
Bump version of chef to 12.14.73 by Chef Versioner.v12.14.73
Diffstat (limited to 'chef-config')
-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 b831eebfea..108228a83b 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 = "12.14.72" + VERSION = "12.14.73" end # |