Commit 51f222b59fd3862a45e07cf55732f0606ef1e454
1 parent
c63849d9
Exists in
master
and in
4 other branches
Adicionando versão 3.0.12 a lista de compatibilidade para promover a esteira de testes
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
PENIntegracao.php
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | |
3 | 3 | class PENIntegracao extends SeiIntegracao { |
4 | 4 | |
5 | - const COMPATIBILIDADE_MODULO_SEI = array('3.0.5', '3.0.6', '3.0.7', '3.0.8', '3.0.9', '3.0.11'); | |
5 | + const COMPATIBILIDADE_MODULO_SEI = array('3.0.5', '3.0.6', '3.0.7', '3.0.8', '3.0.9', '3.0.11', '3.0.12'); | |
6 | 6 | |
7 | 7 | private static $strDiretorio; |
8 | 8 | ... | ... |