summaryrefslogtreecommitdiff
path: root/knife
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-28 20:44:15 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-28 20:44:15 +0000
commite8b0fe1681fed81af9f17579df046e43897964e9 (patch)
treea15443c9f5737ecb34b8498966cdf69539316f7a /knife
parent4f0c31263a6919000f4f1e1a6bfbab231861bc57 (diff)
downloadchef-e8b0fe1681fed81af9f17579df046e43897964e9.tar.gz
Bump version to 18.1.27 by Chef Expeditorv18.1.27
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 be2c949810..7b29d8743a 100644
--- a/knife/Gemfile.lock
+++ b/knife/Gemfile.lock
@@ -1,8 +1,8 @@
PATH
remote: ..
specs:
- chef (18.1.26)
- chef (18.1.26-x64-mingw-ucrt)
+ chef (18.1.27)
+ chef (18.1.27-x64-mingw-ucrt)
PLATFORMS
ruby
diff --git a/knife/lib/chef/knife/version.rb b/knife/lib/chef/knife/version.rb
index 1692f43d65..4f4f5facfa 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.26".freeze
+ VERSION = "18.1.27".freeze
end
end