diff options
author | Chef Expeditor <chef-ci@chef.io> | 2020-11-17 00:26:47 +0000 |
---|---|---|
committer | Chef Expeditor <chef-ci@chef.io> | 2020-11-17 00:26:47 +0000 |
commit | 225268c1a4697b06d067420d69b3def1ea48b092 (patch) | |
tree | c26d76108c5c93be7fd1b046f262b6cf02d139dc /chef-bin/lib | |
parent | e1806bd6170540c4ec2727812774869251f47711 (diff) | |
download | chef-225268c1a4697b06d067420d69b3def1ea48b092.tar.gz |
Bump version to 16.7.47 by Chef Expeditorv16.7.47
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 89a98c362e..05e65a17f7 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("..", __dir__) - VERSION = "16.7.46".freeze + VERSION = "16.7.47".freeze end # |