diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-02 15:09:42 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-02 15:09:42 +0000 |
commit | 3601738f476d88f5942e1867adcf42caeeb825e5 (patch) | |
tree | 2b6d4b7955921e9aaa4b40712a698f8e3b910433 /chef-bin/lib | |
parent | 3c801f6eedc8394d61528445a33090182cd29a05 (diff) | |
download | chef-3601738f476d88f5942e1867adcf42caeeb825e5.tar.gz |
Bump version to 15.1.38 by Chef Expeditorv15.1.38
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-rw-r--r-- | chef-bin/lib/chef-bin/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb index 2aee561239..4611851305 100644 --- a/chef-bin/lib/chef-bin/version.rb +++ b/chef-bin/lib/chef-bin/version.rb @@ -21,7 +21,7 @@ module ChefBin CHEFBIN_ROOT = File.expand_path("../..", __FILE__) - VERSION = "15.1.37".freeze + VERSION = "15.1.38".freeze end # |