summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-11-24 19:33:35 +0000
committerChef Expeditor <chef-ci@chef.io>2020-11-24 19:33:35 +0000
commit3d7728a6ae3f7baed8c3d6bd4f1612607f6bce74 (patch)
tree8d33f326efe9361d090c193db1f38a7d6bcf5af0 /chef-utils/lib/chef-utils/version.rb
parentf6293d973e73501ae9a9fc8ed59d4b3135e4d689 (diff)
downloadchef-3d7728a6ae3f7baed8c3d6bd4f1612607f6bce74.tar.gz
Bump version to 16.7.59 by Chef Expeditorv16.7.59
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 c3e1ac4917..1fed3bd8b6 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 = "16.7.58"
+ VERSION = "16.7.59"
end