summaryrefslogtreecommitdiff
path: root/chef-utils
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-utils
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-utils')
-rw-r--r--chef-utils/lib/chef-utils/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/version.rb b/chef-utils/lib/chef-utils/version.rb
index 1075a9ddf5..c0e2979818 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -16,5 +16,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("..", __dir__)
- VERSION = "18.1.26"
+ VERSION = "18.1.27"
end