From: Marco Zanon Date: Tue, 22 Aug 2017 22:19:46 +0000 (+0000) Subject: Released version 6.2.0. X-Git-Tag: 6.2.0 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=8b6cb6c9eb339f15975f9cca3b21a4007ef48cf7;p=Macaco Released version 6.2.0. --- diff --git a/src/java/com/marcozanon/macaco/MConstants.java b/src/java/com/marcozanon/macaco/MConstants.java index a2aec61..0ecd215 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.0"; public static final String TEXT_ENCODING = "UTF-8";