diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-10-10 19:19:17 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-10-10 19:19:17 +0000 |
commit | 5c9b308721196834fe9c2db2362f2515a466dc34 (patch) | |
tree | cb9ee836f01b87a449a7573744a674e3f36baebc /chef-config | |
parent | 47bd99a8046145a5bc1e9309785e287fb92dd98b (diff) | |
download | chef-5c9b308721196834fe9c2db2362f2515a466dc34.tar.gz |
Bump version to 14.14.22 by Chef Expeditorv14.14.22
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 cd5d03bbf7..f9e06cb0a0 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.14.21".freeze + VERSION = "14.14.22".freeze end # |