summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-05-19 19:20:12 +0000
committerChef Versioner <chef-versioner@chef.io>2016-05-19 19:20:12 +0000
commit0e52b49d30849472a9ad829eaee488536ee540cb (patch)
tree3986bdf4eee8d010b169744b5d7bd7a9d3cb9058 /lib
parentc54370b4d259c4b61572bc74c85adf7c3100c943 (diff)
downloadchef-0e52b49d30849472a9ad829eaee488536ee540cb.tar.gz
Bump version of chef to 12.11.2 by Chef Versioner.v12.11.2
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 358e4f5de1..0662053d80 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.11.1"
+ VERSION = "12.11.2"
end
#