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 68c1e75 commit 8501b2fCopy full SHA for 8501b2f
docs/CHANGELOG.md
@@ -4,7 +4,11 @@
4
5
Utilizamos [Versionado Semántico 2.0.0](SEMVER.md).
6
7
-Importante: **Cambiar la versión en `Application::__construct`**.
+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.
12
13
## Versión 3.0.1 2024-05-15
14
src/CLI/Application.php
@@ -10,7 +10,7 @@ class Application extends SymfonyApplication
{
public function __construct()
- parent::__construct('resources-sat-xml-generator', '3.0.0');
+ parent::__construct('resources-sat-xml-generator', '3.0.2');
$this->add(new FetchSatCommand());
15
$this->add(new FetchCommand());
16
}
0 commit comments