summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-29 19:30:28 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-29 19:30:28 +0000
commit186fbbceadcd6dea9a39f9ea236ef53c06448588 (patch)
treed641d2ec3caf20a570e67d035001326efe64838f /chef-bin/lib
parent4acf71f4ccb8d09affe3b8779498617ddd0b524d (diff)
downloadchef-186fbbceadcd6dea9a39f9ea236ef53c06448588.tar.gz
Bump version to 16.3.47 by Chef Expeditorv16.3.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.rb2
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 0440251242..9bcc810fb0 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.3.46".freeze
+ VERSION = "16.3.47".freeze
end
#