summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-03-01 14:26:47 +0000
committerChef Expeditor <chef-ci@chef.io>2023-03-01 14:26:47 +0000
commit02bcb3fa523feee6334a5e68bc4e5b64b7b30253 (patch)
tree1298196c7588c1506ef8d680b88967bc6b048cc5 /chef-bin
parentffe18d3144da81de1340a6b199f4271bb9cd445f (diff)
downloadchef-02bcb3fa523feee6334a5e68bc4e5b64b7b30253.tar.gz
Bump version to 18.1.28 by Chef Expeditorv18.1.28
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 d24ad9784e..37d9d9e028 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.27".freeze
+ VERSION = "18.1.28".freeze
end
#