summaryrefslogtreecommitdiff
path: root/knife
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
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')
-rw-r--r--knife/Gemfile.lock4
-rw-r--r--knife/lib/chef/knife/version.rb2
2 files changed, 3 insertions, 3 deletions
diff --git a/knife/Gemfile.lock b/knife/Gemfile.lock
index a26ea03366..4ba01241e7 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.1.29)
- chef (18.1.29-x64-mingw-ucrt)
+ chef (18.1.30)
+ chef (18.1.30-x64-mingw-ucrt)
PLATFORMS
ruby
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