summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-25 04:28:55 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-25 04:28:55 +0000
commit650291fa06de1daac528af8b99ca84c6e2fdb1b3 (patch)
tree5a3b486a00097fd1b0561d04f8800e5f46cfd5d1 /chef-bin/lib
parentd1488659413f8ddf280827ce1420805cb1165038 (diff)
downloadchef-650291fa06de1daac528af8b99ca84c6e2fdb1b3.tar.gz
Bump version to 16.5.9 by Chef Expeditorv16.5.9
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin/lib')
-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 1feb064907..e38cb84690 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.5.8".freeze
+ VERSION = "16.5.9".freeze
end
#