summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-29 00:28:19 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-29 00:28:19 +0000
commita66c86fc444764cd0f135ad2e1109e50dac616cf (patch)
tree9574611947f4e2a69ac89840207939cc35675b65 /lib/chef/version.rb
parent1d983362796f2163c12931fa9f34b22fa8d81fd9 (diff)
downloadchef-a66c86fc444764cd0f135ad2e1109e50dac616cf.tar.gz
Bump version to 12.21.5 by Chef Expeditorv12.21.5
Diffstat (limited to 'lib/chef/version.rb')
-rw-r--r--lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/version.rb b/lib/chef/version.rb
index b58522d3a7..384f43c67a 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.expand_path("../..", __FILE__)
- VERSION = "12.21.4"
+ VERSION = "12.21.5"
end
#