summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2021-11-11 19:12:58 +0000
committerChef Expeditor <chef-ci@chef.io>2021-11-11 19:12:58 +0000
commitc3a8008132c58ec3e4746d16346939bb2f2cd5d7 (patch)
tree030f2dcbf5da2b18ba1af11a9abb4f246302ee5d /chef-utils/lib/chef-utils/version.rb
parentac2ee8bf353fbbb13e75bf42face810bd79d72a3 (diff)
downloadchef-c3a8008132c58ec3e4746d16346939bb2f2cd5d7.tar.gz
Bump version to 17.8.1 by Chef Expeditorv17.8.1
Obvious fix; these changes are the result of automation not creative thinking.
Diffstat (limited to 'chef-utils/lib/chef-utils/version.rb')
-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 dc1937868e..2d9d632489 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 = "17.8.0"
+ VERSION = "17.8.1"
end