summaryrefslogtreecommitdiff
path: root/chef-bin/lib/chef-bin/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-15 18:46:39 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-15 18:46:39 +0000
commitfa839c2f90d1aa7cffbc4ef1d998e666c44c0012 (patch)
tree7ca9d40c4cb7f308c824c4547b0ffb3961c3cf81 /chef-bin/lib/chef-bin/version.rb
parentcc095c04f8bb0733caf144e6c74cc5362a7850ba (diff)
downloadchef-fa839c2f90d1aa7cffbc4ef1d998e666c44c0012.tar.gz
Bump version to 16.3.11 by Chef Expeditorv16.3.11
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib/chef-bin/version.rb')
-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 a8cf239667..7cbff2f57a 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.10".freeze
+ VERSION = "16.3.11".freeze
end
#