summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-10-19 23:18:11 +0000
committerChef Expeditor <chef-ci@chef.io>2020-10-19 23:18:11 +0000
commit145fb26188af2e3e3850fa183a14c84241a63aac (patch)
treecedd2d19868249332105f7c978a53eb30c174af2 /chef-bin
parent854be3f236bdb5aa88af306d8a3649e7ac593965 (diff)
downloadchef-145fb26188af2e3e3850fa183a14c84241a63aac.tar.gz
Bump version to 16.6.30 by Chef Expeditorv16.6.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 9ba6e4eb75..4dbc3ed278 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.6.29".freeze
+ VERSION = "16.6.30".freeze
end
#