summaryrefslogtreecommitdiff
path: root/chef-utils/lib/chef-utils/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-01-14 01:03:43 +0000
committerChef Expeditor <expeditor@chef.io>2020-01-14 01:03:43 +0000
commit6ecd3150bb62c19bbf6f2f549883d70b401601b3 (patch)
treeda8540d54ec17866d293bf54268329540ecbc487 /chef-utils/lib/chef-utils/version.rb
parent765a119ae3d55a70e4bf4a43d1dd004a6718d69b (diff)
downloadchef-6ecd3150bb62c19bbf6f2f549883d70b401601b3.tar.gz
Bump version to 15.7.14 by Chef Expeditorv15.7.14
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 60ac1edd9b..4f43e67726 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.7.13".freeze
+ VERSION = "15.7.14".freeze
end