From: Marco Zanon <info@marcozanon.com> Date: Tue, 28 Apr 2020 20:10:49 +0000 (+0000) Subject: Released version 7.0.0. X-Git-Tag: 7.0.0 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=0ff2c6474d0c96cc627a3d54ec59f5bccc723f87;p=Macaco Released version 7.0.0. --- diff --git a/src/java/com/marcozanon/macaco/MConstants.java b/src/java/com/marcozanon/macaco/MConstants.java index abefe73..8f1831b 100644 --- a/src/java/com/marcozanon/macaco/MConstants.java +++ b/src/java/com/marcozanon/macaco/MConstants.java @@ -9,7 +9,7 @@ package com.marcozanon.macaco; public class MConstants extends MObject { - public static final String MACACO_VERSION = "7.x"; + public static final String MACACO_VERSION = "7.0.0"; public static final String TEXT_ENCODING = "UTF-8";