summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-06-25 17:13:56 +0000
committerChef Expeditor <chef-ci@chef.io>2022-06-25 17:13:56 +0000
commitf2a10272c29c80c06143d094c87f182827de12c5 (patch)
treefa7ff8a1b40139139f9af7ee1c672b0ee35cc326 /knife/lib
parent620959013d601f751d0ccb285e513c4a6a394a6d (diff)
downloadchef-f2a10272c29c80c06143d094c87f182827de12c5.tar.gz
Bump version to 18.0.124 by Chef Expeditorv18.0.124
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 5ddd139339..709c78e18b 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.0.123".freeze
+ VERSION = "18.0.124".freeze
end
end