From 6c7c0cca71570f600c598040c67846cc005a4c4d Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Wed, 6 Feb 2013 09:57:10 -0800 Subject: development version bump --- lib/chef/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/chef/version.rb') diff --git a/lib/chef/version.rb b/lib/chef/version.rb index 1c928d2d6b..664c889ee3 100644 --- a/lib/chef/version.rb +++ b/lib/chef/version.rb @@ -17,7 +17,7 @@ class Chef CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__))) - VERSION = '11.0.0' + VERSION = '11.0.1' end # NOTE: the Chef::Version class is defined in version_class.rb -- cgit v1.2.1