diff options
author | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-26 11:19:16 +0000 |
---|---|---|
committer | Chef Expeditor <eng-services-ops+chef-ci@chef.io> | 2018-01-26 11:19:16 +0000 |
commit | b7993c7b40538307acc8d221279bde0c05bbaa3a (patch) | |
tree | dba8861e7b492e5d29841976ccab693cec324c4d /chef-config | |
parent | 1cd50fc1caa35286ca405a5049a8ea1a98401d7e (diff) | |
download | chef-b7993c7b40538307acc8d221279bde0c05bbaa3a.tar.gz |
Bump version to 14.0.30 by Expeditorv14.0.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 52f1b7856d..6d83ea12e1 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 = "14.0.29" + VERSION = "14.0.30" end # |