summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-02 23:46:52 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-02 23:46:52 +0000
commit1321893d512d0242dc0ec8c720d95d7f1edaede3 (patch)
treee2a0da91343fb28cbc740e3bc97e320826f7cec4 /chef-utils/lib/chef-utils/version.rb
parentab3245b099308de08783a93205b24029cdda80a3 (diff)
downloadchef-1321893d512d0242dc0ec8c720d95d7f1edaede3.tar.gz
Bump version to 15.8.8 by Chef Expeditorv15.8.8
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 fa90bd88cf..9c0e6039fa 100644
--- a/chef-utils/lib/chef-utils/version.rb
+++ b/chef-utils/lib/chef-utils/version.rb
@@ -15,5 +15,5 @@
module ChefUtils
CHEFUTILS_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "15.8.7".freeze
+ VERSION = "15.8.8".freeze
end