summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-08-17 18:44:36 +0000
committerChef Versioner <chef-versioner@chef.io>2016-08-17 18:44:36 +0000
commit3d0379a2ad531a0b3db5ed2827bf30ef07b26100 (patch)
treeb5165b7007287570ecce49f067a4d6ac49e7a42c /lib
parent6f197b6a9041ff528ff1bd415ada12d5cce513e5 (diff)
downloadchef-3d0379a2ad531a0b3db5ed2827bf30ef07b26100.tar.gz
Bump version of chef to 12.14.11 by Chef Versioner.v12.14.11
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 1f53003a3e..310a0b5582 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.10"
+ VERSION = "12.14.11"
end
#