summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-14 17:27:56 +0000
committerChef Expeditor <eng-services-ops+chef-ci@chef.io>2017-08-14 17:27:56 +0000
commit85500185dbafd6c91b3928e757e8b9435f79a8f9 (patch)
tree6f90a71d2cf45113df4d16861e3d832d573ee0be /lib/chef/version.rb
parentc3562365fea83544ec92607f31510770653c5f55 (diff)
downloadchef-85500185dbafd6c91b3928e757e8b9435f79a8f9.tar.gz
Bump version to 12.21.4 by Chef Expeditorv12.21.4
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 150b125c9b..b58522d3a7 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.3"
+ VERSION = "12.21.4"
end
#