diff options
author | Chef Expeditor <expeditor@chef.io> | 2019-11-06 03:54:41 +0000 |
---|---|---|
committer | Chef Expeditor <expeditor@chef.io> | 2019-11-06 03:54:41 +0000 |
commit | aaa52a5d63711d2d0b38861eb8fd50c3fc21229f (patch) | |
tree | 9e46dacba60281927f3109c343574b969c03e332 /chef-config | |
parent | 30470bbbc2b70defab2c7361b0d695b6ff1d6083 (diff) | |
download | chef-aaa52a5d63711d2d0b38861eb8fd50c3fc21229f.tar.gz |
Bump version to 15.4.68 by Chef Expeditorv15.4.68
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 d16d846011..f4f9f97e07 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 = "15.4.67".freeze + VERSION = "15.4.68".freeze end # |