From: Marco Zanon Date: Fri, 13 Apr 2018 16:10:27 +0000 (+0000) Subject: Released version 6.2.4. X-Git-Tag: 6.2.4 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=4fa7953e474c56b5127437ddac891c33c5bded2a;p=Macaco Released version 6.2.4. --- diff --git a/src/java/com/marcozanon/macaco/MConstants.java b/src/java/com/marcozanon/macaco/MConstants.java index 24fefd0..21d0e16 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.4"; public static final String TEXT_ENCODING = "UTF-8";