diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-01-30 13:48:08 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-01-30 13:48:08 +0000 |
commit | b3ae36cb4759a1ee16368b78558b69c553e650d8 (patch) | |
tree | 967fbb1b79f827c9d9fd900afe9c4af7bcd39ad0 /chef-config | |
parent | 3862a7dfc3987db8cbf3c2181be5ab0ec8a6d7d0 (diff) | |
download | chef-b3ae36cb4759a1ee16368b78558b69c553e650d8.tar.gz |
Bump version of chef to 12.19.3 by Chef Versioner.v12.19.3
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 926c6da34a..b3afa014c8 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.2" + VERSION = "12.19.3" end # |