Skip to content

Commit d51e1e8

Browse files
authored
Merge pull request #88 from Space48/hotfix/6.0.1
Fix app version
2 parents d709deb + 158622a commit d51e1e8

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
[
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+
},
28
{
39
"name": "magedbm2.phar",
410
"sha1": "BF0743FE992E3477EC96B1CCB5BBB31EC6DCB52C",

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
class Application extends \Symfony\Component\Console\Application
3030
{
3131
public const APP_NAME = "magedbm2";
32-
public const APP_VERSION = "3.0.1";
32+
public const APP_VERSION = "6.0.1";
3333

3434
/** @var ClassLoader $autoloader */
3535
protected $autoloader;

0 commit comments

Comments
 (0)