summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-07-15 21:12:09 +0000
committerChef Expeditor <expeditor@chef.io>2020-07-15 21:12:09 +0000
commit58f3e9405c872df1f22886ed6ce4843c7f3d4c2d (patch)
tree297fb8211072e8acbafde6c62397521bb509aedd /chef-bin
parente01a00934565c40b053145b91bf97dc96e18d5d7 (diff)
downloadchef-58f3e9405c872df1f22886ed6ce4843c7f3d4c2d.tar.gz
Bump version to 16.3.12 by Chef Expeditorv16.3.12
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 7cbff2f57a..7251aab7cd 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.11".freeze
+ VERSION = "16.3.12".freeze
end
#