summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-18 19:08:05 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-18 19:08:05 +0000
commit4c681ce0e23cd3edb866cef419fa8e0e62aa7978 (patch)
tree962ed4e754a79be98a8f0b6b95eb61909d8ade52 /chef-bin
parentff13b5c2e4d7781a118bee4377d926e1f8bb46b0 (diff)
downloadchef-4c681ce0e23cd3edb866cef419fa8e0e62aa7978.tar.gz
Bump version to 16.1.2 by Chef Expeditorv16.1.2
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 c303073407..d246fac305 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.1.1".freeze
+ VERSION = "16.1.2".freeze
end
#