summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-02-29 03:04:41 +0000
committerChef Expeditor <expeditor@chef.io>2020-02-29 03:04:41 +0000
commit5f29b31fb9ed3eafcb249fb9e7056cf95497ae43 (patch)
treeb815c395b392cedf6b5bb59dfab4888fa5c2d4b1 /chef-utils/lib/chef-utils/version.rb
parent87991d52f604dd21ba6f9e3f70f2035b732b99ca (diff)
downloadchef-5f29b31fb9ed3eafcb249fb9e7056cf95497ae43.tar.gz
Bump version to 16.0.99 by Chef Expeditorv16.0.99
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 f519ecd8d0..d584e2776d 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.0.98".freeze
+ VERSION = "16.0.99".freeze
end