summaryrefslogtreecommitdiff
path: root/knife/lib
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 /knife/lib
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 'knife/lib')
-rw-r--r--knife/lib/chef/knife/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 4c321f1fd7..ab4c52847f 100644
--- a/knife/lib/chef/knife/version.rb
+++ b/knife/lib/chef/knife/version.rb
@@ -17,7 +17,7 @@
class Chef
class Knife
KNIFE_ROOT = File.expand_path("../..", __dir__)
- VERSION = "18.1.29".freeze
+ VERSION = "18.1.30".freeze
end
end