summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-22 23:40:09 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-22 23:40:09 +0000
commite11cecb5aab587eb6dc4599daa76824bc819bde5 (patch)
tree39b1442434d9b72e2dc0b88abc9a400ae28adc62 /chef-bin/lib
parent586350be92002e2a05cd6080f894dd30124675d2 (diff)
downloadchef-e11cecb5aab587eb6dc4599daa76824bc819bde5.tar.gz
Bump version to 16.3.25 by Chef Expeditorv16.3.25
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 b10e4e15ad..4d2ad40857 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.24".freeze
+ VERSION = "16.3.25".freeze
end
#