Commit 646de5d42845d71cc4192d56a21ee645573f0783
1 parent
bf2be99c
Exists in
master
and in
1 other branch
Correção da indicação de número de versão do módulo
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
PENIntegracao.php
| ... | ... | @@ -9,7 +9,7 @@ class PENIntegracao extends SeiIntegracao { |
| 9 | 9 | } |
| 10 | 10 | |
| 11 | 11 | public function getVersao() { |
| 12 | - return '1.0.0'; | |
| 12 | + return '1.1.0'; | |
| 13 | 13 | } |
| 14 | 14 | |
| 15 | 15 | public function getInstituicao() { |
| ... | ... | @@ -327,4 +327,4 @@ class PENIntegracao extends SeiIntegracao { |
| 327 | 327 | return $xml; |
| 328 | 328 | } |
| 329 | 329 | |
| 330 | -} | |
| 330 | +} | |
| 331 | 331 | \ No newline at end of file | ... | ... |