diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-04-05 17:58:53 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-04-05 17:58:53 +0000 |
commit | f147f49999500379cc9200c9163631445be3a3ff (patch) | |
tree | cd102dd1727c4c576bb6dd8c39c5bd9cb7e179a1 /chef-config/lib | |
parent | e75454384a9763458ea7d6d0aa7472521025dcbd (diff) | |
download | chef-f147f49999500379cc9200c9163631445be3a3ff.tar.gz |
Bump version of chef to 13.0.104 by Chef Versioner.
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 be62082d1e..74652c9c99 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.0.103" + VERSION = "13.0.104" end # |