summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2017-06-21 10:40:25 +0100
committerThom May <thom@chef.io>2017-06-21 10:40:25 +0100
commit3deba4390e014032a1f8c132ab5109d83cc059af (patch)
treeb27765893be13a3ebde9790d6b42c4cf923685cd /lib/chef/version.rb
parentaa40acec5c9f3c7784656744a5c43ba68ccd7b92 (diff)
downloadchef-3deba4390e014032a1f8c132ab5109d83cc059af.tar.gz
Bump version of chef to 12.21.2v12.21.2
Signed-off-by: Thom May <thom@chef.io>
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 77be204d97..f1c5796a51 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.1"
+ VERSION = "12.21.2"
end
#