diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-09-03 21:01:19 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-09-03 21:01:19 +0000 |
commit | d32c038c7b6401bda4a357c2182a9414f4b39860 (patch) | |
tree | 567188b9b95d330083715d675b9a0ff66555d67d /chef-bin | |
parent | 5d0fec69b089f8b7c06439e65bc2a036c451ca65 (diff) | |
download | chef-d32c038c7b6401bda4a357c2182a9414f4b39860.tar.gz |
Bump version to 15.3.0 by Chef Expeditorv15.3.0
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 7812d0d996..69b7a248eb 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.2.35".freeze + VERSION = "15.3.0".freeze end # |