Skip to content

Commit

Permalink
Merge pull request #772 from jmolivas/update-version-0.8.0
Browse files Browse the repository at this point in the history
Update version 0.8.0
  • Loading branch information
jmolivas committed Aug 4, 2015
2 parents c28a363 + 71c836e commit a52eecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The Drupal Console is a suite of tools that you run on a command line interface
to generate boilerplate code and interact with a Drupal 8 installation.

## Supported Drupal version
The Drupal 8 supported version is [Drupal 8 Beta 12](http://ftp.drupal.org/files/projects/drupal-8.0.0-beta12.tar.gz).
The Drupal 8 supported version is [Drupal 8 Beta 14](http://ftp.drupal.org/files/projects/drupal-8.0.0-beta14.tar.gz).

## Drupal Console documentation
You can read or download the Drupal Console documentation at [bit.ly/console-book](http://bit.ly/console-book).
Expand Down
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Application extends BaseApplication
/**
* @var string
*/
const VERSION = '0.7.15';
const VERSION = '0.8.0';
/**
* @var bool
*/
Expand Down

0 comments on commit a52eecb

Please sign in to comment.