From: Marco Zanon Date: Sun, 11 Nov 2018 13:30:40 +0000 (+0000) Subject: Released version 6.3.0. X-Git-Tag: 6.3.0 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=1698fd435783f701b1ffaf246eca231ed0957cdf;p=Macaco Released version 6.3.0. --- diff --git a/src/java/com/marcozanon/macaco/MConstants.java b/src/java/com/marcozanon/macaco/MConstants.java index 24fefd0..e85f619 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.0"; public static final String TEXT_ENCODING = "UTF-8";