We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d709deb + 158622a commit d51e1e8Copy full SHA for d51e1e8
2 files changed
manifest.json
@@ -1,4 +1,10 @@
1
[
2
+ {
3
+ "name": "magedbm2.phar",
4
+ "sha1": "093C4EA219F56BA2A7E8ADC27602AB1EDB1BE848",
5
+ "url": "https://github.com/space48/magedbm2/releases/download/6.0.1/magedbm2.phar",
6
+ "version": "6.0.1"
7
+ },
8
{
9
"name": "magedbm2.phar",
10
"sha1": "BF0743FE992E3477EC96B1CCB5BBB31EC6DCB52C",
src/Application.php
@@ -29,7 +29,7 @@
29
class Application extends \Symfony\Component\Console\Application
30
31
public const APP_NAME = "magedbm2";
32
- public const APP_VERSION = "3.0.1";
+ public const APP_VERSION = "6.0.1";
33
34
/** @var ClassLoader $autoloader */
35
protected $autoloader;
0 commit comments