summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-08-17 17:18:15 +0000
committerChef Expeditor <chef-ci@chef.io>2020-08-17 17:18:15 +0000
commit7aeaf1c68e3ce3528f6d69a8f054f4772f609f5e (patch)
tree98179d6a29b4f1921dd476898fb1c31e28909d31 /chef-bin
parentc6324cfc473bed3771cd5d8db7c7089faded6131 (diff)
downloadchef-7aeaf1c68e3ce3528f6d69a8f054f4772f609f5e.tar.gz
Bump version to 16.4.30 by Chef Expeditorv16.4.30
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 f51b7826f7..0d9434b7ab 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.29".freeze
+ VERSION = "16.4.30".freeze
end
#