summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-02 17:57:23 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-02 17:57:23 +0000
commit767a45530b373bbd4818b93ab1efe5cd3c7da5ed (patch)
tree6a07a0d0ef9f1a9e6bc4baa303bd6720b21c3ef4 /lib/chef/version.rb
parent242b4761e48346fe07d11b51d77da3164e77b715 (diff)
downloadchef-767a45530b373bbd4818b93ab1efe5cd3c7da5ed.tar.gz
Bump version of chef to 12.13.21 by Chef Versioner.v12.13.21
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 943bc210ed..cc29ef1740 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.13.20"
+ VERSION = "12.13.21"
end
#