summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-05-18 23:26:54 +0000
committerChef Expeditor <expeditor@chef.io>2020-05-18 23:26:54 +0000
commita3908d26aa86e0d04bac2a87438e484311f1d763 (patch)
treea4b1d4608f3343af4a8da91a2ce34a53baf26582 /chef-utils
parentb2b94c2d03c8ff39b957a42093d5f5ce768d6474 (diff)
downloadchef-a3908d26aa86e0d04bac2a87438e484311f1d763.tar.gz
Bump version to 16.1.3 by Chef Expeditorv16.1.3
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 1ea2dc2a42..8f29870051 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 = "16.1.2".freeze
+ VERSION = "16.1.3".freeze
end