summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-30 17:06:53 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-30 17:06:53 +0000
commit03e979d78f5a9160cf81e8d82680fabac0d5dddc (patch)
tree7a2db2e9963874f6a0d7f0016dcc6a4c8ba6f65a /chef-bin
parent934dc77ff082f078e06f8490ae66f3f8bf14820c (diff)
downloadchef-03e979d78f5a9160cf81e8d82680fabac0d5dddc.tar.gz
Bump version to 16.3.48 by Chef Expeditorv16.3.48
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.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 9bcc810fb0..1fd660f1d9 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.47".freeze
+ VERSION = "16.3.48".freeze
end
#