diff options
author | Chef Expeditor <chef-ci@chef.io> | 2019-07-10 22:17:29 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2019-07-10 22:17:29 +0000 |
commit | 742412f6eed9f288d536a8dc3509d7bc58f5dccb (patch) | |
tree | 6a0b8f344ae33b125e8a17e9f1ff33f33b7a5cee /chef-bin | |
parent | 063c046a4e5ea2727a64a122acedbb79948a5dd6 (diff) | |
download | chef-742412f6eed9f288d536a8dc3509d7bc58f5dccb.tar.gz |
Bump version to 15.1.47 by Chef Expeditorv15.1.47
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 45ec78da58..c94941a388 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.46".freeze + VERSION = "15.1.47".freeze end # |