summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-23 21:49:57 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-23 21:49:57 +0000
commite48341724607e2fdfecfe74f2a7b80ea1ff6185a (patch)
treefbbd3737f55f6e810c8dbeef9068a1f074310fab /chef-bin
parent12ffef41c2caa2b04c57120646b93fcdc09f5534 (diff)
downloadchef-e48341724607e2fdfecfe74f2a7b80ea1ff6185a.tar.gz
Bump version to 16.3.30 by Chef Expeditorv16.3.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 462c6580ea..91248bcca2 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.29".freeze
+ VERSION = "16.3.30".freeze
end
#