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