summaryrefslogtreecommitdiff
path: root/chef/lib/chef/version.rb
diff options
context:
space:
mode:
authorBryan McLellan <btm@opscode.com>2012-05-13 08:14:04 -0700
committerBryan McLellan <btm@opscode.com>2012-05-13 08:14:04 -0700
commit268b14b342dfd31c61e29277557c8f7eca1603eb (patch)
tree3ff4406e361ddbf8b4c1345224eca60607f530b2 /chef/lib/chef/version.rb
parent4c3b8b58218e7f08b3294b934b9ad51e5c565fc8 (diff)
downloadchef-268b14b342dfd31c61e29277557c8f7eca1603eb.tar.gz
bump version for development
Diffstat (limited to 'chef/lib/chef/version.rb')
-rw-r--r--chef/lib/chef/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef/lib/chef/version.rb b/chef/lib/chef/version.rb
index 1393b9d2b9..eeca7fec8c 100644
--- a/chef/lib/chef/version.rb
+++ b/chef/lib/chef/version.rb
@@ -17,7 +17,7 @@
class Chef
CHEF_ROOT = File.dirname(File.expand_path(File.dirname(__FILE__)))
- VERSION = '0.10.10'
+ VERSION = '0.10.11'
end
# NOTE: the Chef::Version class is defined in version_class.rb