summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-23 16:56:05 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-23 16:56:05 +0000
commitc2b1184945a5199a311e2f9e20b89e294830ce85 (patch)
tree585fa29800a399f632d71abc76591138017464c5 /chef-bin
parentf83a5c0e11ea4c367421d14e5f720c9fb0dedf11 (diff)
downloadchef-c2b1184945a5199a311e2f9e20b89e294830ce85.tar.gz
Bump version to 17.10.30 by Chef Expeditorv17.10.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 8cfe56ec82..d478d32b86 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 = "17.10.29".freeze
+ VERSION = "17.10.30".freeze
end
#