diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-23 19:33:43 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-23 19:33:43 +0000 |
commit | b2ab74b7470d1cdd9813a8b29375e2acd583b5d8 (patch) | |
tree | 901056da7af9515919ae15671c9f531191f0882b /chef-config | |
parent | 67b64b7a36c3e2884d8d644579df443ace2e0fb9 (diff) | |
download | chef-b2ab74b7470d1cdd9813a8b29375e2acd583b5d8.tar.gz |
Bump version of chef to 12.19.36 by Chef Versioner.v12.19.36
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 a5994d7855..04b8a24ff9 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.19.35" + VERSION = "12.19.36" end # |