summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-06 22:56:23 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-06 22:56:23 +0000
commit17ef3dd924bbf37450c7e2fd93c1f55a0c11e5c9 (patch)
tree102e63b0cde014c620ddb68cd1a6860a7821e58d /chef-bin
parent3b9c9d2823b371fdf5a7c5f63f63cdbb14a21ea9 (diff)
downloadchef-17ef3dd924bbf37450c7e2fd93c1f55a0c11e5c9.tar.gz
Bump version to 16.0.118 by Chef Expeditorv16.0.118
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 703ccb4435..7ebb274f58 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.117".freeze
+ VERSION = "16.0.118".freeze
end
#