summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-12 07:03:52 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-12 07:03:52 +0000
commit04eac6a86e51d71cdbfbe163ebb70a887c1c9ddb (patch)
tree33862ed228e1a57cee142cd9f9b59415277317c0 /chef-bin
parent20d5cbf5a2dcdbf83f8a4d86ff3c2131f91b0c65 (diff)
downloadchef-04eac6a86e51d71cdbfbe163ebb70a887c1c9ddb.tar.gz
Bump version to 16.3.1 by Chef Expeditorv16.3.1
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 71ff680acf..f9d444f800 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.0".freeze
+ VERSION = "16.3.1".freeze
end
#