summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-11 01:18:20 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-11 01:18:20 +0000
commit96cbb1f85ae5146e120e2e323d47dba3a4bce23f (patch)
treef1036bf7c653e087ee392cd667d1984e50843508 /chef-bin
parent224c422a0fabdb851debf6c5b23507651f5c607e (diff)
downloadchef-96cbb1f85ae5146e120e2e323d47dba3a4bce23f.tar.gz
Bump version to 16.3.0 by Chef Expeditorv16.3.0
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 97f3965a69..71ff680acf 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.2.98".freeze
+ VERSION = "16.3.0".freeze
end
#