diff options
author | Chef Expeditor <chef-ci@chef.io> | 2018-10-19 06:56:58 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2018-10-19 06:56:58 +0000 |
commit | f8bdea09665550e79d9415ec419a3269d7c8842d (patch) | |
tree | ad2ba6c8729cf2f47fc62fb35606cd11a1dd8207 /chef-config | |
parent | 0b2cfa9822ee71ef0b4717330c9521a0ddeb4d29 (diff) | |
download | chef-f8bdea09665550e79d9415ec419a3269d7c8842d.tar.gz |
Bump version to 14.6.34 by Chef Expeditorv14.6.34
Obvious fix; these changes are the result of automation not creative thinking.
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 e9178fd6bb..98feb80c95 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.6.33".freeze + VERSION = "14.6.34".freeze end # |