summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-18 06:16:56 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-18 06:16:56 +0000
commit7087b55a9ad0f14dced82449f0d464d6d6aec1a5 (patch)
tree3ab3276a14dfc4f703554a40684a2827c5d80595 /chef-bin
parent52b84e9e9e0a9cc46ecfa58cfbbf158c20b72313 (diff)
downloadchef-7087b55a9ad0f14dced82449f0d464d6d6aec1a5.tar.gz
Bump version to 18.1.2 by Chef Expeditorv18.1.2
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-bin')
-rw-r--r--chef-bin/lib/chef-bin/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-bin/lib/chef-bin/version.rb b/chef-bin/lib/chef-bin/version.rb
index 00023a21de..869d19ca8c 100644
--- a/chef-bin/lib/chef-bin/version.rb
+++ b/chef-bin/lib/chef-bin/version.rb
@@ -21,7 +21,7 @@
module ChefBin
CHEFBIN_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.1.1".freeze
+ VERSION = "18.1.2".freeze
end
#