summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-01-17 20:35:01 +0000
committerChef Expeditor <chef-ci@chef.io>2023-01-17 20:35:01 +0000
commit1d411337b0524027f807cb7058dccf4bfc527979 (patch)
treedb6dd59a35f7f7f1a08f82e2fbece31a95eb04f7 /chef-bin
parent8ca4dfed836f584f68a686a2af071d7066eb414a (diff)
downloadchef-1d411337b0524027f807cb7058dccf4bfc527979.tar.gz
Bump version to 18.1.1 by Chef Expeditorv18.1.1
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 08359405a7..00023a21de 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.0".freeze
+ VERSION = "18.1.1".freeze
end
#