From: Marco Zanon Date: Thu, 15 Nov 2018 13:08:08 +0000 (+0000) Subject: Released version 6.3.1. X-Git-Tag: 6.3.1 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=0bac7142f5d10e42bc7aa4b8cc380e8b8cf64277;p=Macaco Released version 6.3.1. --- diff --git a/src/java/com/marcozanon/macaco/MConstants.java b/src/java/com/marcozanon/macaco/MConstants.java index 24fefd0..714fa7e 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.3.1"; public static final String TEXT_ENCODING = "UTF-8";