summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChef Versioner <chef-versioner@chef.io>2016-03-29 18:48:41 +0000
committerChef Versioner <chef-versioner@chef.io>2016-03-29 18:48:41 +0000
commit6ad47f43137ad32413316a10ec9805bd1253fbc5 (patch)
treeda191fd54c554f89a89b0fa266e168ad9994f5a4 /lib
parent134a972d30af41d7d0ed866c83bf8d8a060f9aa0 (diff)
downloadchef-6ad47f43137ad32413316a10ec9805bd1253fbc5.tar.gz
Bump version of chef to 12.9.6 by Chef Versioner.v12.9.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 14a3bbc3f3..889aeb0b8a 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.9.5"
+ VERSION = "12.9.6"
end
#