summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-27 18:09:13 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-27 18:09:13 +0000
commit042ae378e449bb0499fdec015a374b859b9fc5b0 (patch)
tree05160edc9099783131e03ae666624b07fa2d0c70 /chef-bin/lib
parent2c4585ce9c503f461c3d4723bd8f2e8373a0f2a4 (diff)
downloadchef-042ae378e449bb0499fdec015a374b859b9fc5b0.tar.gz
Bump version to 16.3.39 by Chef Expeditorv16.3.39
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 b8c8f57cd5..d9cef9270a 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.38".freeze
+ VERSION = "16.3.39".freeze
end
#