diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-09-10 03:42:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-09-10 03:42:29 +0000 |
commit | f42271a8981f9ae9b0dbc93f9be612cf2feb4883 (patch) | |
tree | aa31e1118ff1b6d1534e9ae1aa74555ec22f77df /chef-bin | |
parent | aa401a2f19e656bf902919a070276f0d89d387d9 (diff) | |
download | chef-f42271a8981f9ae9b0dbc93f9be612cf2feb4883.tar.gz |
Bump version to 15.3.9 by Chef Expeditorv15.3.9
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-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 1b1a770cca..a57fdd890b 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.3.8".freeze + VERSION = "15.3.9".freeze end # |