summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2013-02-06 09:57:10 -0800
committerBryan McLellan <btm@opscode.com>2013-02-06 09:57:10 -0800
commit6c7c0cca71570f600c598040c67846cc005a4c4d (patch)
tree58cac107cb35a722a9fca2357dfac98d72f7e801
parent36a0bcc51360c4e3c603a84344ad945fca1ebbe7 (diff)
downloadchef-6c7c0cca71570f600c598040c67846cc005a4c4d.tar.gz
development version bump
-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 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