summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-07 21:13:25 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-07 21:13:25 +0000
commit2519d5282eeb2d10a92743ec5c37414e7b6f3bf9 (patch)
tree5ef7167aa44dca1c30e50a2b8e3af29035a247d6 /knife
parent2a64c38ad662100911471f457a4e44a1fbd6e12b (diff)
downloadchef-2519d5282eeb2d10a92743ec5c37414e7b6f3bf9.tar.gz
Bump version to 18.1.15 by Chef Expeditorv18.1.15IPACK
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 2cd3963952..4854202c16 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.1.14)
- chef (18.1.14-x64-mingw-ucrt)
+ chef (18.1.15)
+ chef (18.1.15-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 87e2c3bb8e..5d1b9ed257 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.14".freeze
+ VERSION = "18.1.15".freeze
end
end