summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSalim Alam <salam@chef.io>2015-12-01 17:29:59 -0800
committerSalim Alam <salam@chef.io>2015-12-01 17:29:59 -0800
commitde1f684f415faa54599c6b3abbe211d64a319aa6 (patch)
tree5238b6c07f7cb8e74606f95d38a8a959c55a3590 /lib
parentc373aea9f6c06153733ef2c2a1164b048c02aea5 (diff)
parent739beae76173d900cb502013ec44229ef37dfbba (diff)
downloadchef-de1f684f415faa54599c6b3abbe211d64a319aa6.tar.gz
Merge pull request #4219 from chef/salam/chef-release
Prepping for release of Chef 12.6.0
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 c769533aa6..3eb7d49365 100644
--- a/lib/chef/version.rb
+++ b/lib/chef/version.rb
@@ -21,7 +21,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '12.5.1'
+ VERSION = '12.6.0'
end
#