summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-04-27 14:21:28 +0000
committerChef Expeditor <expeditor@chef.io>2020-04-27 14:21:28 +0000
commit6fbd4c5e9e384aa103989bf9986bfa4dd8c34b0c (patch)
treef6e7150645486efdcab267417adfa8c74ae9d008 /chef-bin
parent6e380f07cc7e4f9001ae8ce1c075efd9330894e4 (diff)
downloadchef-6fbd4c5e9e384aa103989bf9986bfa4dd8c34b0c.tar.gz
Bump version to 16.0.248 by Chef Expeditorv16.0.248
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 e2dc4ad592..7596ea89af 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 = "16.0.247".freeze
+ VERSION = "16.0.248".freeze
end
#