summaryrefslogtreecommitdiff
path: root/chef-bin/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-12 17:59:19 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-12 17:59:19 +0000
commita699df1b7e04fcfecb6b3fdd0c5bd2c389aae101 (patch)
tree33c2be39afcf15007e12f489a5d9925c5e2de5ca /chef-bin/lib
parentce10b5f92dc943003f98b7b7e914937215a38127 (diff)
downloadchef-a699df1b7e04fcfecb6b3fdd0c5bd2c389aae101.tar.gz
Bump version to 16.4.19 by Chef Expeditorv16.4.19
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 243b015a9e..6c7d6a7af0 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.4.18".freeze
+ VERSION = "16.4.19".freeze
end
#