diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-02-20 22:00:18 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-02-20 22:00:18 +0000 |
commit | decccb25e766bc79c09006ea552d7137aa971133 (patch) | |
tree | 9efbdc786b0e7ecbcff0b9dc50aa0aa2c1a4a83d /chef-config | |
parent | b8fa34668d81cb801d2406430e7d9d963845a0a5 (diff) | |
download | chef-decccb25e766bc79c09006ea552d7137aa971133.tar.gz |
Bump version to 15.0.168 by Chef Expeditorv15.0.168
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 bc6ee82f46..b289638e3d 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.0.167".freeze + VERSION = "15.0.168".freeze end # |