summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-03-03 01:58:27 +0000
committerChef Expeditor <expeditor@chef.io>2020-03-03 01:58:27 +0000
commit518a69d8b6f146edff19dfab1a77d88def71c77e (patch)
tree94ab5df55c62bbb1b41cc5ad23dc96879406ddd1 /chef-bin
parenta0406def4995d855aa7c741ccb131e64ad6904ba (diff)
downloadchef-518a69d8b6f146edff19dfab1a77d88def71c77e.tar.gz
Bump version to 16.0.109 by Chef Expeditorv16.0.109
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 49b953514c..aeec35d8e4 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("../..", __FILE__)
- VERSION = "16.0.108".freeze
+ VERSION = "16.0.109".freeze
end
#