summaryrefslogtreecommitdiff
path: root/lib/chef/version.rb
diff options
context:
space:
mode:
authorsersut <serdar@opscode.com>2013-10-17 15:36:40 -0700
committersersut <serdar@opscode.com>2013-10-17 15:36:40 -0700
commitc626e96735d34757c188b94f6612ee6b5830a4e4 (patch)
tree2b96d30318dafdf8db1761e6c63f030b767837ca /lib/chef/version.rb
parent05ba3e301794bd09173c5c3f13a62c2530d8b403 (diff)
downloadchef-c626e96735d34757c188b94f6612ee6b5830a4e4.tar.gz
Bump the version number to 11.10.0.alpha.0.11.10.0.alpha.0
Diffstat (limited to 'lib/chef/version.rb')
-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 259c267035..aab1536529 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.8.0.alpha.0'
+ VERSION = '11.10.0.alpha.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb