summaryrefslogtreecommitdiff
path: root/knife/lib
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-04 14:54:31 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-04 14:54:31 +0000
commit0d4e7347d6d2aab3fbe4b03ad2d9fd4ff69d2af1 (patch)
tree84376042c6fd7054a089e2c35b7a0bcb9885a81b /knife/lib
parent64e986b44ec5ff7ffbbf5cf1771f7f2ece927082 (diff)
downloadchef-0d4e7347d6d2aab3fbe4b03ad2d9fd4ff69d2af1.tar.gz
Bump version to 18.1.12 by Chef Expeditorv18.1.12
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 616108388a..8f6f0e2014 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.11".freeze
+ VERSION = "18.1.12".freeze
end
end