Skip to content

Commit

Permalink
Updating to 0.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robmorgan committed Jan 23, 2017
1 parent b451c91 commit cc97b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
# The short X.Y version.
version = '0.6'
# The full version, including alpha/beta/rc tags.
release = '0.6.5'
release = '0.6.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion src/Phinx/Console/PhinxApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class PhinxApplication extends Application
*
* @param string $version The Application Version
*/
public function __construct($version = '0.6.5')
public function __construct($version = '0.6.6')
{
parent::__construct('Phinx by Rob Morgan - https://phinx.org.', $version);

Expand Down

0 comments on commit cc97b79

Please sign in to comment.