Skip to content

Commit 8501b2f

Browse files
committed
Set correct version (3.0.2)
1 parent 68c1e75 commit 8501b2f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
Utilizamos [Versionado Semántico 2.0.0](SEMVER.md).
66

7-
Importante: **Cambiar la versión en `Application::__construct`**.
7+
Importante: **Cambiar la versión en `Application::__construct`**.
8+
9+
## Versión 3.0.2 2024-05-15
10+
11+
- Se establece correctamente el número de versión.
812

913
## Versión 3.0.1 2024-05-15
1014

src/CLI/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Application extends SymfonyApplication
1010
{
1111
public function __construct()
1212
{
13-
parent::__construct('resources-sat-xml-generator', '3.0.0');
13+
parent::__construct('resources-sat-xml-generator', '3.0.2');
1414
$this->add(new FetchSatCommand());
1515
$this->add(new FetchCommand());
1616
}

0 commit comments

Comments
 (0)