summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-07 20:17:46 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-07 20:17:46 +0000
commit8a78e532bd87a525bab5e414826aa31f13ae3125 (patch)
tree76bc3240387f47dfafdc1133c05fe5602608419a /chef-bin
parentb73d00973326d882c712dd6d70f441f4660695d1 (diff)
downloadchef-8a78e532bd87a525bab5e414826aa31f13ae3125.tar.gz
Bump version to 18.1.30 by Chef Expeditorv18.1.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 6e70ce8220..4c98cce544 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 = "18.1.29".freeze
+ VERSION = "18.1.30".freeze
end
#