summaryrefslogtreecommitdiff
path: root/chef-config/lib/chef-config/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-06-09 16:12:39 +0000
committerChef Expeditor <chef-ci@chef.io>2021-06-09 16:12:39 +0000
commitc3d5f335a44e68d371f5393f6c7ad08d8de0736c (patch)
tree8638e6b7759a9391cc1d1bea63ec188d5cfb8634 /chef-config/lib/chef-config/version.rb
parent61684ef2c69c7807328455910e5da7a4f6cd3e82 (diff)
downloadchef-c3d5f335a44e68d371f5393f6c7ad08d8de0736c.tar.gz
Bump version to 17.2.30 by Chef Expeditorv17.2.30
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-config/lib/chef-config/version.rb')
-rw-r--r--chef-config/lib/chef-config/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-config/lib/chef-config/version.rb b/chef-config/lib/chef-config/version.rb
index c0cd73b53f..2e74695fb8 100644
--- a/chef-config/lib/chef-config/version.rb
+++ b/chef-config/lib/chef-config/version.rb
@@ -15,5 +15,5 @@
module ChefConfig
CHEFCONFIG_ROOT = File.expand_path("..", __dir__)
- VERSION = "17.2.29".freeze
+ VERSION = "17.2.30".freeze
end