summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-06-27 18:18:17 +0000
committerChef Versioner <chef-versioner@chef.io>2016-06-27 18:18:17 +0000
commit945f23be7a43d90ae7ed402d05363b3ff0c11bff (patch)
treea0677f705a4c96c1a6c50270a31a15570d0bb662 /lib
parentd46f2f86dd24d5e55fb9e84e9f450d380457e260 (diff)
downloadchef-945f23be7a43d90ae7ed402d05363b3ff0c11bff.tar.gz
Bump version of chef to 12.12.6 by Chef Versioner.v12.12.6
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 9fd17e0934..43ac2e62b1 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.12.5"
+ VERSION = "12.12.6"
end
#