diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-02 18:03:09 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-02 18:03:09 +0000 |
commit | 411e04a84627c305557b6fa94c9ade39fd69de53 (patch) | |
tree | 3068f7af877fea297053c4c2e3e931a7fd6aa96f /chef-config/lib | |
parent | 79e0366a234eba16cbd77833e2fe90aebaec1e97 (diff) | |
download | chef-411e04a84627c305557b6fa94c9ade39fd69de53.tar.gz |
Bump version to 15.1.40 by Chef Expeditorv15.1.40
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 c20f2d70be..85bc83dd64 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.39".freeze + VERSION = "15.1.40".freeze end # |