summaryrefslogtreecommitdiff
path: root/lib/chef
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2013-07-16 09:11:55 -0700
committerdanielsdeleo <dan@opscode.com>2013-07-16 09:11:55 -0700
commitd3ecfbd40333c08777d2bb200bb8dccb26a48bec (patch)
treebf85be17a3cbee3e5049f1a894df1ec9f94c6073 /lib/chef
parent33168dad90d29dd183d65902abdcce33303ffc7e (diff)
downloadchef-d3ecfbd40333c08777d2bb200bb8dccb26a48bec.tar.gz
Bump dev version to 11.8.0.alpha.011.8.0.alpha.0
Ongoing bugfixes for 11.6.0 release will occur in the 11-stable branch.
Diffstat (limited to 'lib/chef')
-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 203554a5de..c46f6c1fa3 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.6.0.rc.2'
+ VERSION = '11.8.0.alpha.0'
end
# NOTE: the Chef::Version class is defined in version_class.rb