diff options
author | Chef Versioner <chef-versioner@chef.io> | 2017-02-14 22:36:29 +0000 |
---|---|---|
committer | Chef Versioner <chef-versioner@chef.io> | 2017-02-14 22:36:29 +0000 |
commit | ac07b819652edb10b0421c12c16cce13e6e70f23 (patch) | |
tree | b582e61940f4460a74c3b26116a973f50ec9d136 /chef-config | |
parent | 72591651e0c528cefe101fb69f04131450e20e2d (diff) | |
download | chef-ac07b819652edb10b0421c12c16cce13e6e70f23.tar.gz |
Bump version of chef to 12.19.30 by Chef Versioner.v12.19.30
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 7043692e97..ca6c51b3fb 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.29" + VERSION = "12.19.30" end # |