diff options
author | danielsdeleo <dan@opscode.com> | 2013-07-16 09:11:55 -0700 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2013-07-16 09:11:55 -0700 |
commit | d3ecfbd40333c08777d2bb200bb8dccb26a48bec (patch) | |
tree | bf85be17a3cbee3e5049f1a894df1ec9f94c6073 /lib/chef | |
parent | 33168dad90d29dd183d65902abdcce33303ffc7e (diff) | |
download | chef-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.rb | 2 |
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 |