Skip to content

Commit b891ab4

Browse files
author
Paweł Brzozowski
committed
3.0.5
1 parent d26bf20 commit b891ab4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/controllers/MigrationController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Generates migration file based on the existing database table and previous migrations.
2121
*
2222
* @author Paweł Bizley Brzozowski
23-
* @version 3.0.4
23+
* @version 3.0.5
2424
* @license Apache 2.0
2525
* https://github.com/bizley/yii2-migration
2626
*/
@@ -29,7 +29,7 @@ class MigrationController extends Controller
2929
/**
3030
* @var string
3131
*/
32-
protected $version = '3.0.4';
32+
protected $version = '3.0.5';
3333

3434
/**
3535
* @var string Default command action.

0 commit comments

Comments
 (0)