summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-16 16:51:22 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-16 16:51:22 +0000
commitb6d4990724237f58d0c6beb17eaf2268c894579e (patch)
tree6de705a0729a10fb692d8273054e2a94355ad8d5 /chef-bin
parentff2370458ad8156d220c6c7a08c2426f930ad3a9 (diff)
downloadchef-b6d4990724237f58d0c6beb17eaf2268c894579e.tar.gz
Bump version to 16.3.13 by Chef Expeditorv16.3.13
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 7251aab7cd..e715b30b37 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.12".freeze
+ VERSION = "16.3.13".freeze
end
#