diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-02 00:31:07 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-02 00:31:07 +0000 |
commit | dae77fc75b5646490d9a69a5d36bf87326f18047 (patch) | |
tree | c905a6eb15853bccf1254de4710175436775ea69 /chef-config/lib | |
parent | 0508d666cb48344cb2f425a3d30f3564994f8e57 (diff) | |
download | chef-dae77fc75b5646490d9a69a5d36bf87326f18047.tar.gz |
Bump version to 15.1.37 by Chef Expeditorv15.1.37
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 23a11dd137..d90ec5579e 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.36".freeze + VERSION = "15.1.37".freeze end # |