diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-03 19:36:03 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-03 19:36:03 +0000 |
commit | 85914b32f9010aacca472f93b13784825a67102f (patch) | |
tree | 08cfda0ff6adf41dc4948387d9133bc316ae3d4c /chef-config/lib | |
parent | 90d2de54308ca3d60c1d791f7c055af1ae8803a9 (diff) | |
download | chef-85914b32f9010aacca472f93b13784825a67102f.tar.gz |
Bump version to 15.1.42 by Chef Expeditorv15.1.42
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib')
-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 6a3ad6c319..e2a1a5df30 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.1.41".freeze + VERSION = "15.1.42".freeze end # |