We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09bec16 commit b51ccf6Copy full SHA for b51ccf6
composer.json
@@ -27,7 +27,7 @@
27
],
28
"require" : {
29
"php" : ">=7.2",
30
- "mysql-workbench-schema-exporter/mysql-workbench-schema-exporter": "^4.0"
+ "mysql-workbench-schema-exporter/mysql-workbench-schema-exporter": "^4.1"
31
},
32
"autoload" : {
33
"psr-4" : {
lib/Formatter.php
@@ -46,7 +46,7 @@ protected function init()
46
47
public function getVersion()
48
{
49
- return '4.0.0';
+ return '4.1.0';
50
}
51
52
public static function getDocDir()
0 commit comments