From: Marco Zanon Date: Wed, 17 Jan 2018 11:17:10 +0000 (+0000) Subject: Released version 6.2.3. X-Git-Tag: 6.2.3 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=cb3b4983739897b028891971a93470e4cd530e95;p=Macaco Released version 6.2.3. --- diff --git a/src/java/com/marcozanon/macaco/MConstants.java b/src/java/com/marcozanon/macaco/MConstants.java index 24fefd0..5d08198 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 = "6.x"; + public static final String MACACO_VERSION = "6.2.3"; public static final String TEXT_ENCODING = "UTF-8";