summaryrefslogtreecommitdiff
path: root/chef-bin
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2023-02-28 20:44:15 +0000
committerChef Expeditor <chef-ci@chef.io>2023-02-28 20:44:15 +0000
commite8b0fe1681fed81af9f17579df046e43897964e9 (patch)
treea15443c9f5737ecb34b8498966cdf69539316f7a /chef-bin
parent4f0c31263a6919000f4f1e1a6bfbab231861bc57 (diff)
downloadchef-e8b0fe1681fed81af9f17579df046e43897964e9.tar.gz
Bump version to 18.1.27 by Chef Expeditorv18.1.27
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 8742ce15a1..d24ad9784e 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.26".freeze
+ VERSION = "18.1.27".freeze
end
#