summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-22 23:59:37 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-22 23:59:37 +0000
commitd280ec34b974f1683cb0861ced9fbe80ef41c062 (patch)
tree75e201ee26ad2727262cdce2deea61067896571f /lib
parent07f09cb9cd7c2d351be4a867f095af7968fe9c5f (diff)
downloadchef-d280ec34b974f1683cb0861ced9fbe80ef41c062.tar.gz
Bump version of chef to 12.14.22 by Chef Versioner.v12.14.22
Diffstat (limited to 'lib')
-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 183076516d..646abc994d 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.14.21"
+ VERSION = "12.14.22"
end
#