From 6a789b0cf7d077a1e7e7d577f9806eb8d78ff9c4 Mon Sep 17 00:00:00 2001 From: Bjverde Date: Mon, 18 Jun 2018 02:24:30 -0300 Subject: [PATCH] :memo: new release v0.7.0 --- includes/constantes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/constantes.php b/includes/constantes.php index 4380060..eebcf1b 100644 --- a/includes/constantes.php +++ b/includes/constantes.php @@ -14,7 +14,7 @@ define('SYSTEM_NAME', 'Gerador de Sistemas em FormDin'); define('SYSTEM_NAME_SUB', 'write less, do more. But "Talk is Cheap. Show me the Code"! '); define('SYSTEM_ACRONYM', 'sysGen'); -define('SYSTEM_VERSION', '0.6.1-alpha'); +define('SYSTEM_VERSION', '0.7.0'); define('APLICATIVO', SYSTEM_ACRONYM); define('DS', DIRECTORY_SEPARATOR); define('ROOT_PATH', '../');