summaryrefslogtreecommitdiff
path: root/chef-utils
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2020-06-26 03:24:12 +0000
committerChef Expeditor <expeditor@chef.io>2020-06-26 03:24:12 +0000
commit20230f049da379eb43966d73517c57c3291342a8 (patch)
treeb44468e877c4e0ddf98d2c87f2c39808f2df485b /chef-utils
parent1f3e74f6d257c6915ab2443a3bd4fdcfa14e8097 (diff)
downloadchef-20230f049da379eb43966d73517c57c3291342a8.tar.gz
Bump version to 15.12.22 by Chef Expeditorv15.12.22
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 b11c08a59e..622414e0ca 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.12.21".freeze
+ VERSION = "15.12.22".freeze
end