From 646de5d42845d71cc4192d56a21ee645573f0783 Mon Sep 17 00:00:00 2001 From: Guilherme Andrade Del Cantoni Date: Tue, 30 Jan 2018 14:10:10 -0200 Subject: [PATCH] Correção da indicação de número de versão do módulo --- PENIntegracao.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PENIntegracao.php b/PENIntegracao.php index f29e72d..f56c1d6 100644 --- a/PENIntegracao.php +++ b/PENIntegracao.php @@ -9,7 +9,7 @@ class PENIntegracao extends SeiIntegracao { } public function getVersao() { - return '1.0.0'; + return '1.1.0'; } public function getInstituicao() { @@ -327,4 +327,4 @@ class PENIntegracao extends SeiIntegracao { return $xml; } -} +} \ No newline at end of file -- libgit2 0.21.2