From 7ac3fc67c2af7b51a5f8e060a4832b7bd7a6c617 Mon Sep 17 00:00:00 2001 From: Bjverde Date: Sun, 18 Mar 2018 15:03:34 -0300 Subject: [PATCH] :memo: close release v0.2.0 --- includes/constantes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/constantes.php b/includes/constantes.php index 1bc1e3f..ac9569f 100644 --- a/includes/constantes.php +++ b/includes/constantes.php @@ -8,7 +8,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', 'v 0.2.0-alpha'); +define('SYSTEM_VERSION', 'v 0.2.0'); define('APLICATIVO',SYSTEM_ACRONYM); define('DS' , DIRECTORY_SEPARATOR); define('ROOT_PATH' , '../');